File tree 2 files changed +2
-2
lines changed
DynamoDbEncryption/codebuild
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,5 +63,5 @@ phases:
63
63
- dotnet add runtimes/net/DbEsdkTestVectors.csproj package AWS.Cryptography.DbEncryptionSDK.DynamoDb --version $VERSION
64
64
- make transpile_net
65
65
- cd runtimes/net
66
- - cp ../java/decrypt_java .json ../java/decrypt_dotnet .json .
66
+ - cp ../java/decrypt_java_* .json ../java/decrypt_dotnet_* .json .
67
67
- dotnet run --framework net6.0
Original file line number Diff line number Diff line change @@ -39,5 +39,5 @@ phases:
39
39
- dotnet add runtimes/net/DbEsdkTestVectors.csproj package AWS.Cryptography.DbEncryptionSDK.DynamoDb --version $VERSION
40
40
- make transpile_net
41
41
- cd runtimes/net
42
- - cp ../java/decrypt_java .json ../java/decrypt_dotnet .json .
42
+ - cp ../java/decrypt_java_* .json ../java/decrypt_dotnet_* .json .
43
43
- dotnet run --framework net6.0
You can’t perform that action at this time.
0 commit comments