Skip to content

Commit f670df3

Browse files
committed
updated decrypt_hkeyring_with_net.yml
1 parent 2b0de54 commit f670df3

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
@@ -32,8 +32,8 @@ phases:
3232
- git clone https://github.com/aws/aws-encryption-sdk-dafny.git
3333

3434
# Change TestVectors to reference the published .NET ESDK
35-
- cd aws-encryption-sdk-dafny/AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorsLib
36-
- sed -i '' -e 's/<ProjectReference Include="\.\.\/\.\.\/ESDK\.csproj" \/>/<PackageReference Include="AWS.Cryptography.EncryptionSDK" Version="4.0.1" \/>/g' AWSEncryptionSDKTestVectorLib.csproj
35+
- cd aws-encryption-sdk-dafny/AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib
36+
- sed -i -e 's/<ProjectReference Include="\.\.\/\.\.\/ESDK\.csproj" \/>/<PackageReference Include="AWS.Cryptography.EncryptionSDK" Version="4.0.1" \/>/g' AWSEncryptionSDKTestVectorLib.csproj
3737
- cd ../TestVectors
3838

3939
build:

0 commit comments

Comments
 (0)