Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3829 from dotnet/Hyphen
Browse files Browse the repository at this point in the history
One hyphen before EnvVars
  • Loading branch information
wtgodbe authored Mar 13, 2018
2 parents e6fb11f + 34d0866 commit 5d0d275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildpipeline/Core-Setup-Windows-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
],
"variables": {
"BuildArguments": {
"value": "--envVars 'NUGET_API_KEY=$(NUGET_API_KEY)','GITHUB_PASSWORD=$(GITHUB_PASSWORD)','REPO_PASS=$(REPO_PASS)','CONNECTION_STRING=$(CONNECTION_STRING)'"
"value": "-envVars 'NUGET_API_KEY=$(NUGET_API_KEY)','GITHUB_PASSWORD=$(GITHUB_PASSWORD)','REPO_PASS=$(REPO_PASS)','CONNECTION_STRING=$(CONNECTION_STRING)'"
},
"NUGET_FEED_URL": {
"value": "ENV_VAR_EMPTY_WORKAROUND"
Expand Down Expand Up @@ -175,4 +175,4 @@
"state": "wellFormed",
"revision": 418097459
}
}
}

0 comments on commit 5d0d275

Please sign in to comment.