Skip to content

Commit

Permalink
feat: add custom appveyor file
Browse files Browse the repository at this point in the history
  • Loading branch information
tngraf committed May 1, 2020
1 parent 453ddbe commit fadf683
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 1.0.{build}
image: Visual Studio 2019
install:
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsDevCmd.bat"
platform:
- Win32
- x64
configuration:
- Debug
- Release
cache:
- packages -> **\packages.config
before_build:
- cmd: nuget restore
- project: Fossology.Rest.Dotnet.sln
build:
verbosity: minimal

0 comments on commit fadf683

Please sign in to comment.