File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ build_script:
13
13
{
14
14
$target = "AppVeyorBuild"
15
15
echo "target: $target"
16
- .\build.ps1 -Target "$target" -Configuration $env:configuration -ScriptArgs '-isDryRun=true'
16
+ .\build.ps1 -Target "$target" -Configuration $env:configuration -ScriptArgs '-- isDryRun=true'
17
17
}
18
18
else
19
19
{
20
20
$target = $env:target
21
21
echo "target: $target"
22
- .\build.ps1 -Target "$target" -Configuration $env:configuration -ScriptArgs '-isDryRun=false -gitHubUserAccount="$env:gitHubUserAccount" -gitHubToken="$env:gitHubToken" -chocolateyToken="$env:chocolateyToken"'
22
+ .\build.ps1 -Target "$target" -Configuration $env:configuration -ScriptArgs '-- isDryRun=false -- gitHubUserAccount="$env:gitHubUserAccount" -- gitHubToken="$env:gitHubToken" - -chocolateyToken="$env:chocolateyToken"'
23
23
}
24
24
25
25
test : off
You can’t perform that action at this time.
0 commit comments