Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ build_script:
($env:FORCE_CODE_SIGNING -eq "true") -or (($env:APPVEYOR_REPO_BRANCH -eq "master" ) -and ($env:APPVEYOR_REPO_TAG -eq 'true'))
)
yarn dist
# Propagate yarn's exit code: AppVeyor only fails a pwsh step on an
# uncaught exception, not on a non-zero native command exit code.
exit $LASTEXITCODE
}

artifacts:
Expand Down
Loading