Skip to content

Commit ef7660e

Browse files
committed
make net
1 parent b70fd8c commit ef7660e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codebuild/py312/decrypt_hkeyring_with_net.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ phases:
3535
- cd aws-encryption-sdk-dafny
3636
- git checkout lucmcdon/hkeyring-vectors
3737
- git pull
38-
- cd ..
38+
- make transpile_net
3939

4040
# Change TestVectors to reference the published .NET ESDK
41-
- cd aws-encryption-sdk-dafny/AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectors
41+
- cd AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectors
4242
# - sed -i -e 's/<ProjectReference Include="\.\.\/\.\.\/ESDK\.csproj" \/>/<PackageReference Include="AWS.Cryptography.EncryptionSDK" Version="4.0.1" \/>/g' AWSEncryptionSDKTestVectorLib.csproj
4343
# - cd ../TestVectors
4444

0 commit comments

Comments
 (0)