Commit 0361e46 1 parent 269847b commit 0361e46 Copy full SHA for 0361e46
File tree 1 file changed +1
-1
lines changed
aws-encryption-sdk-net/codebuild/release
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ phases:
46
46
- export VERSION=`grep '<Version>' Source/AWSEncryptionSDK.csproj | sed 's/.*<Version>\(.*\)<\/Version>/\1/'`
47
47
- dotnet pack Source/AWSEncryptionSDK.csproj --no-build /p:Configuration=Release --output build
48
48
- export API_ACCESS_KEY=$(python $BASE/retrieve_api_access_key.py)
49
- - dotnet nuget push build/AWS.EncryptionSDK.$VERSION.nupkg --api-key $( API_ACCESS_KEY) --source https://api.nuget.org/v3/index.json
49
+ - dotnet nuget push build/AWS.EncryptionSDK.$VERSION.nupkg --api-key "$ API_ACCESS_KEY" --source https://api.nuget.org/v3/index.json
50
50
# Now validate we can run examples
51
51
- sed -i.backup '/Source\/AWSEncryptionSDK.csproj/d' Examples/AWSEncryptionSDKExamples.csproj
52
52
- dotnet add Examples/AWSEncryptionSDKExamples.csproj package AWS.EncryptionSDK --version $VERSION
You can’t perform that action at this time.
0 commit comments