Skip to content

Commit a05872b

Browse files
committed
appveyor.yml
1 parent 65364d9 commit a05872b

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)