Skip to content

Commit

Permalink
Add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Still Hsu committed Jun 20, 2018
1 parent e69fc4b commit e357020
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 1.0.-{build}
build:
verbosity: minimal
before_build:
- cmd: dotnet restore
after_build:
- ps: dotnet build -c Release -o "..\output"
- ps: Get-ChildItem output -Recurse -Filter LastModifiedPostProcessor.dll | % { Push-AppveyorArtifact $_.FullName }

0 comments on commit e357020

Please sign in to comment.