Skip to content

Commit

Permalink
Added appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Mar 12, 2016
1 parent 4af222f commit d6e1f4f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: '{build}'
configuration: Release
platform: Any CPU
before_build:
- cmd: nuget restore src/PowerCmd.sln
build:
verbosity: minimal
artifacts:
- path: src\PowerCmd\bin\Release
name: PowerCmd
- path: src\PowerCmd\Properties\AssemblyInfo.cs
- path: src\PowerCmd.Installer\bin\Release\PowerCmd.msi
name: PowerCmd.msi

0 comments on commit d6e1f4f

Please sign in to comment.