2015-04-14 06:38:52 +03:00
|
|
|
version: "{branch}-{build}"
|
2015-04-14 06:03:49 +03:00
|
|
|
|
2015-10-19 07:10:45 +03:00
|
|
|
install:
|
2016-03-28 06:51:54 +03:00
|
|
|
- ps: (new-object net.webclient).DownloadFile('http://coapp.org/files/CoApp.Tools.Powershell.msi', 'C:\CoApp.Tools.Powershell.msi')
|
2015-10-19 07:10:45 +03:00
|
|
|
- ps: Start-Process -FilePath msiexec -ArgumentList /i, 'C:\CoApp.Tools.Powershell.msi', /quiet -Wait
|
|
|
|
|
- ps: $env:PSModulePath = $env:PSModulePath + ';C:\Program Files (x86)\Outercurve Foundation\Modules'
|
|
|
|
|
- ps: Import-Module CoApp
|
|
|
|
|
|
2015-04-14 06:03:49 +03:00
|
|
|
build_script:
|
2015-10-19 07:10:45 +03:00
|
|
|
- ps: .\scripts\nuget_build.bat
|
|
|
|
|
|
|
|
|
|
test_script:
|
2015-05-13 06:55:59 +03:00
|
|
|
- ps: .\tests\autotest-appveyor.ps1
|
2015-10-19 07:10:45 +03:00
|
|
|
|
|
|
|
|
artifacts:
|
|
|
|
|
- path: .\scripts\*.nupkg
|