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 2a98015 commit 84503b9Copy full SHA for 84503b9
appveyor.yml
@@ -1,6 +1,12 @@
1
version: '{build}'
2
image: Visual Studio 2019
3
4
+# Disable AppVeyor builds on all branches.
5
+# We switched to https://dev.azure.com/unitsnet/Units.NET.
6
+branches:
7
+ only:
8
+ - no-more-appveyor-builds-use-devops-instead
9
+
10
# Don't build PR commits twice
11
skip_branch_with_pr: true
12
0 commit comments