Skip to content

Commit

Permalink
Switch to slashes for MSBuild parameters so Powershell doesn't try to…
Browse files Browse the repository at this point in the history
… interpret them
  • Loading branch information
dsplaisted committed Dec 5, 2018
1 parent 4af796a commit 06ffd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ phases:
-pack -publish
-Configuration $(BuildConfig)
-Architecture $(BuildArchitecture)
-p:SignCoreSdk=true -p:DotNetSignType=$(SignType)
/p:SignCoreSdk=true /p:DotNetSignType=$(SignType)
displayName: Build
env:
DOTNET_CLI_UI_LANGUAGE: $(_DOTNET_CLI_UI_LANGUAGE)
Expand Down

0 comments on commit 06ffd4a

Please sign in to comment.