Skip to content

Commit

Permalink
build: remove AppVeyor parameters not needed
Browse files Browse the repository at this point in the history
and that makes the build fail
  • Loading branch information
pmiossec committed Apr 4, 2024
1 parent 32f95ed commit 40f37ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build_script:
{
$target = "AppVeyorBuild"
echo "target: $target"
.\build.ps1 -Target "$target" -Configuration $env:configuration -ScriptArgs '-isDryRun=true -gitHubUserAccount="$env:gitHubUserAccount" -gitHubToken="$env:gitHubToken" -chocolateyToken="$env:chocolateyToken"'
.\build.ps1 -Target "$target" -Configuration $env:configuration -ScriptArgs '-isDryRun=true'
}
else
{
Expand Down

0 comments on commit 40f37ea

Please sign in to comment.