mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-27 05:11:09 +08:00
d2b0328198
We build NuGet package manually now so we don't need CoApp.
16 lines
479 B
YAML
16 lines
479 B
YAML
image:
|
|
- Visual Studio 2015
|
|
- Visual Studio 2017
|
|
|
|
version: "{branch}-{build}"
|
|
|
|
build_script:
|
|
- ps: if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2017") { .\scripts\nuget_build.ps1 }
|
|
|
|
test_script:
|
|
- ps: if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2015") { .\tests\autotest-appveyor.ps1 9 10 11 12 14 }
|
|
- ps: if ($env:APPVEYOR_BUILD_WORKER_IMAGE -eq "Visual Studio 2017") { .\tests\autotest-appveyor.ps1 15 }
|
|
|
|
artifacts:
|
|
- path: .\scripts\*.nupkg
|