We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e07cb3 commit 9d2f243Copy full SHA for 9d2f243
codebuild/py312/decrypt_hkeyring_with_net.yml
@@ -34,6 +34,7 @@ phases:
34
35
# Build MPL test vector runner from source
36
- cd aws-encryption-sdk/mpl/TestVectorsAwsCryptographicMaterialProviders/
37
+ - make setup_net
38
- make transpile_net
39
40
# Change ESDK TestVectors project to reference the published .NET ESDK
@@ -46,4 +47,4 @@ phases:
46
47
48
build:
49
commands:
- - dotnet test --framework net6.0
50
+ - dotnet test --framework net6.0
0 commit comments