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 b70fd8c commit ef7660eCopy full SHA for ef7660e
codebuild/py312/decrypt_hkeyring_with_net.yml
@@ -35,10 +35,10 @@ phases:
35
- cd aws-encryption-sdk-dafny
36
- git checkout lucmcdon/hkeyring-vectors
37
- git pull
38
- - cd ..
+ - make transpile_net
39
40
# Change TestVectors to reference the published .NET ESDK
41
- - cd aws-encryption-sdk-dafny/AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectors
+ - cd AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectors
42
# - sed -i -e 's/<ProjectReference Include="\.\.\/\.\.\/ESDK\.csproj" \/>/<PackageReference Include="AWS.Cryptography.EncryptionSDK" Version="4.0.1" \/>/g' AWSEncryptionSDKTestVectorLib.csproj
43
# - cd ../TestVectors
44
0 commit comments