File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ batch:
342
342
buildspec : codebuild/py312/decrypt_hkeyring_with_keyrings.yml
343
343
env :
344
344
image : aws/codebuild/standard:7.0
345
- - identifier : py312_decrypt_kkeyring_with_net
345
+ - identifier : py312_decrypt_hkeyring_with_net
346
346
depend-on :
347
347
- py312_generate_hkeyring_decrypt_vectors
348
348
buildspec : codebuild/py312/decrypt_hkeyring_with_net.yml
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ phases:
23
23
- unzip 312_hkeyring_manifest.zip
24
24
25
25
# Download published .NET ESDK so we don't have to build from source
26
- - dotnet add package AWS.Cryptography.EncryptionSDK --version 4.0.1
26
+ - dotnet add NETTestVectors package AWS.Cryptography.EncryptionSDK --version 4.0.1
27
27
28
28
# Clone SDK-Dafny repo to get test vectors runner
29
29
-
git clone [email protected] :aws/aws-encryption-sdk-dafny.git
You can’t perform that action at this time.
0 commit comments