mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-26 21:42:11 +00:00
Start working on appveyor settings.
This commit is contained in:
parent
76f6ce7873
commit
08b56f49d0
1 changed files with 7 additions and 0 deletions
7
appveyor.yml
Normal file
7
appveyor.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
version: 0.20150918.{build}
|
||||
|
||||
clone_folder: c:\Cosmos
|
||||
|
||||
build:
|
||||
msbuild "source\Build.sln" /verbosity:normal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||
msbuild "source\Cosmos.sln" /verbosity:normal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||
Loading…
Reference in a new issue