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 a7305d3 commit b6aad0bCopy full SHA for b6aad0b
codebuild/py312/decrypt_hkeyring_with_net.yml
@@ -42,7 +42,7 @@ phases:
42
43
# Change TestVectors to reference the published .NET ESDK
44
- cd ../../AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib
45
- - sed -i 's/<ProjectReference Include="\.\./\.\./ESDK\.csproj" />/<PackageReference Include="AWS.Cryptography.EncryptionSDK" />/g' AWSEncryptionSDKTestVectorLib.csproj
+ - sed -i 's|<ProjectReference Include="\.\./\.\./ESDK\.csproj" />|<PackageReference Include="AWS.Cryptography.EncryptionSDK" />|g' AWSEncryptionSDKTestVectorLib.csproj
46
- cd ../TestVectors
47
48
build:
0 commit comments