Skip to content

Commit 84503b9

Browse files
committed
Disable AppVeyor builds
Switched to Azure DevOps.
1 parent 2a98015 commit 84503b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
version: '{build}'
22
image: Visual Studio 2019
33

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+
410
# Don't build PR commits twice
511
skip_branch_with_pr: true
612

0 commit comments

Comments
 (0)