Skip to content

Commit cd0c450

Browse files
m
1 parent 666f79d commit cd0c450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebuild/py312/decrypt_hkeyring_with_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ phases:
4444
- cd ../../AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib
4545
# CodeBuild seems to want to use ESDK-NET 4.0.0, which is not a good version...
4646
# Pin to at least 4.1.0; this is the most recent version at time of writing.
47-
# Hopefully CodeBuild will find more recent versions in the future, but this cannot be guaranteed I guess...
47+
# Hopefully CodeBuild will find more recent versions in the future
4848
- sed -i 's|<ProjectReference Include="\.\./\.\./ESDK\.csproj" />|<PackageReference Include="AWS.Cryptography.EncryptionSDK" Version="[4.1.0,)" />|g' AWSEncryptionSDKTestVectorLib.csproj
4949
- cd ../TestVectors
5050

0 commit comments

Comments
 (0)