We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65364d9 commit a05872bCopy full SHA for a05872b
1 file changed
appveyor.yml
@@ -0,0 +1,19 @@
1
+version: 1.0.{build}
2
+image: Visual Studio 2019
3
+dotnet_csproj:
4
+ patch: true
5
+ file: '**\*.csproj'
6
+ version: '{version}'
7
+ version_prefix: '{version}'
8
+ package_version: '{version}'
9
+ assembly_version: '{version}'
10
+ file_version: '{version}'
11
+ informational_version: '{version}'
12
+before_build:
13
+- cmd: >-
14
+ dotnet restore
15
+
16
17
+ dotnet build
18
+build:
19
+ verbosity: minimal
0 commit comments