Skip to content

Commit

Permalink
Add build in AppVeyor of GitTfs_Vs2017 project
Browse files Browse the repository at this point in the history
  • Loading branch information
pmiossec authored and fourpastmidnight committed Jul 26, 2017
1 parent 076a01e commit 66dbe36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
@@ -1,5 +1,5 @@
#appveyor.yml reference: http://www.appveyor.com/docs/appveyor-yml
version: 0.25.1.{build}
version: 0.26.0.{build}
platform: x86
clone_folder: c:\gittfs
clone_depth: 1
Expand All @@ -14,7 +14,7 @@ before_build:
.\paket.exe restore
$env:Config = "Release"
build_script:
- msbuild GitTfs.sln /t:GitTfs_Vs2010 /t:GitTfs_Vs2012 /t:GitTfs_Vs2013 /t:GitTfs_Vs2015 /t:GitTfsTest /verbosity:minimal /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /nologo /p:BuildInParallel=true /m:4
- msbuild GitTfs.sln /t:GitTfs_Vs2010 /t:GitTfs_Vs2012 /t:GitTfs_Vs2013 /t:GitTfs_Vs2015 /t:GitTfs_Vs2017 /t:GitTfsTest /verbosity:minimal /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /nologo /p:BuildInParallel=true /m:4
after_build:
- ps: |
Get-ChildItem .\packages -Recurse -Filter Microsoft.WITDataStore*.dll | Copy-Item -Destination "$Env:APPVEYOR_BUILD_FOLDER\GitTfs\bin\$env:Config\GitTfs.Vs2015\"
Expand Down

0 comments on commit 66dbe36

Please sign in to comment.