25 lines
621 B
YAML
25 lines
621 B
YAML
version: 1.0.{build}
|
|
image: Visual Studio 2017
|
|
|
|
platform: x64
|
|
configuration: Debug
|
|
|
|
build:
|
|
project: SpaceStation.sln
|
|
parallel: false
|
|
verbosity: minimal
|
|
|
|
before_build:
|
|
- cmd: py -3 -m pip install --user requests
|
|
- cmd: py -3 RUN_THIS.py --no-prompt
|
|
- cmd: nuget restore SpaceStation14.sln
|
|
|
|
build_script:
|
|
- ps: msbuild SpaceStation14.sln /v:m /nologo /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:Platform=x64 /p:Configuration=Debug /p:AppVeyor=yes
|
|
|
|
test:
|
|
assemblies:
|
|
only:
|
|
- bin/Content.IntegrationTests/Content.IntegrationTests.dll
|
|
- bin/Content.Tests/Content.Tests.dll
|