Skip to content

Commit 10f809d

Browse files
authored
chore(.net): fix release commands to include all json tv files (#2072)
1 parent f6b64a6 commit 10f809d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DynamoDbEncryption/codebuild/release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ phases:
6464
- dotnet add runtimes/net/DbEsdkTestVectors.csproj package AWS.Cryptography.DbEncryptionSDK.DynamoDb --version $VERSION
6565
- make transpile_net
6666
- cd runtimes/net
67-
- cp ../java/decrypt_java_*.json ../java/decrypt_dotnet_*.json .
67+
- cp ../java/*.json .
6868
- dotnet run --framework net6.0

DynamoDbEncryption/codebuild/test-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ phases:
4040
- dotnet add runtimes/net/DbEsdkTestVectors.csproj package AWS.Cryptography.DbEncryptionSDK.DynamoDb --version $VERSION
4141
- make transpile_net
4242
- cd runtimes/net
43-
- cp ../java/decrypt_java_*.json ../java/decrypt_dotnet_*.json .
43+
- cp ../java/*.json .
4444
- dotnet run --framework net6.0

0 commit comments

Comments
 (0)