We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2f641 commit b97b04cCopy full SHA for b97b04c
appveyor.yml
@@ -37,6 +37,8 @@ build_script:
37
Write-Host "Build failed with exit code $BuildExitCode."
38
exit $BuildExitCode
39
}
40
+# Do not build feature branch with open Pull Requests
41
+skip_branch_with_pr: true
42
test: off
43
artifacts:
44
- path: Artifacts\UnitsNet.zip
0 commit comments