Skip to content

Commit

Permalink
publish.sh: takes nugetorg apikey fron env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkors committed Mar 23, 2018
1 parent cb677f7 commit 1d62145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker build -f Linux.Dockerfile --build-arg cakeargs="-target=publishtonugetorg --nugetapikey=INSERTAPIKEYHERE" .
docker build -f Linux.Dockerfile --build-arg cakeargs="-target=publishtonugetorg -nugetapikey=$NUGET_API_KEY" .

0 comments on commit 1d62145

Please sign in to comment.