Skip to content

Commit

Permalink
PowerShell doesn't support double slash parameters, it would have bee…
Browse files Browse the repository at this point in the history
…n failed when you have [CmdletBinding()] in cake-bootstrap.ps1, but since you have "ValueFromRemainingArguments" set to true for the "$ScriptArgs", the "--Experimental" will be captured by it instead.
  • Loading branch information
wangzq committed Apr 26, 2016
1 parent 9b8f67a commit 56bc825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
@@ -1,3 +1,3 @@
$Env:OMNISHARP_PACKAGE_OSNAME = "win-x64"
.\scripts\cake-bootstrap.ps1 --experimental @args
.\scripts\cake-bootstrap.ps1 -experimental @args
exit $LASTEXITCODE

0 comments on commit 56bc825

Please sign in to comment.