Skip to content

Commit faa2288

Browse files
Create appveyor.yml
1 parent cff414c commit faa2288

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 0.1.{build}
2+
configuration: Release
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: nuget restore src\ArbitraryExtensions.sln
14+
- choco install opencover.portable
15+
- choco install codecov
16+
build:
17+
publish_nuget: true
18+
include_nuget_references: true
19+
verbosity: minimal
20+

0 commit comments

Comments
 (0)