Skip to content

Commit fadf683

Browse files
committed
feat: add custom appveyor file
1 parent 453ddbe commit fadf683

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

appveyor.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 1.0.{build}
2+
image: Visual Studio 2019
3+
install:
4+
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat"
5+
platform:
6+
- Win32
7+
- x64
8+
configuration:
9+
- Debug
10+
- Release
11+
cache:
12+
- packages -> **\packages.config
13+
before_build:
14+
- cmd: nuget restore
15+
- project: Fossology.Rest.Dotnet.sln
16+
build:
17+
verbosity: minimal

0 commit comments

Comments
 (0)