Skip to content

Commit 9d2f243

Browse files
committed
setup_net
1 parent 9e07cb3 commit 9d2f243

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codebuild/py312/decrypt_hkeyring_with_net.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ phases:
3434

3535
# Build MPL test vector runner from source
3636
- cd aws-encryption-sdk/mpl/TestVectorsAwsCryptographicMaterialProviders/
37+
- make setup_net
3738
- make transpile_net
3839

3940
# Change ESDK TestVectors project to reference the published .NET ESDK
@@ -46,4 +47,4 @@ phases:
4647

4748
build:
4849
commands:
49-
- dotnet test --framework net6.0
50+
- dotnet test --framework net6.0

0 commit comments

Comments
 (0)