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 b239a25 commit ce05597Copy full SHA for ce05597
appveyor.yml
@@ -1,8 +1,10 @@
1
-image: Visual Studio 2019
+version: 1.0.{build}
2
3
-before_build:
4
-- nuget restore ./AzureDevopsTracker/AzureDevopsTracker.sln
+branches:
+ only:
5
+ - main
6
+
7
+configuration: Release
8
-build:
- project: ./AzureDevopsTracker/AzureDevopsTracker.sln
- verbosity: minimal
9
+before_build:
10
+- cmd: nuget restore ./AzureDevopsTracker/AzureDevopsTracker.sln
0 commit comments