Skip to content

Commit

Permalink
fix: add go.clear-output-folder flag (#16834)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadelesh authored Jan 14, 2022
1 parent 263cc58 commit ff3a653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function Process-Sdk ()
{
$outputFolder = $currentDirectory
}
autorest --use=$goExtension --go --track2 --output-folder=$outputFolder --file-prefix="zz_generated_" --clear-output-folder=false $autorestPath
autorest --use=$goExtension --go --track2 --output-folder=$outputFolder --file-prefix="zz_generated_" --clear-output-folder=false --go.clear-output-folder=false $autorestPath
if ($LASTEXITCODE)
{
Write-Host "##[error]Error running autorest.go"
Expand Down

0 comments on commit ff3a653

Please sign in to comment.