Files
OldThink/.appveyor.yml

24 lines
534 B
YAML
Raw Normal View History

2019-06-29 02:51:10 +02:00
version: 1.0.{build}
2019-12-16 00:46:09 +01:00
image: Visual Studio 2019
2019-06-29 02:51:10 +02:00
2019-06-29 02:59:47 +02:00
platform: x64
configuration: Debug
build:
project: SpaceStation.sln
parallel: false
verbosity: minimal
2019-06-29 02:51:10 +02:00
before_build:
- cmd: py -3 -m pip install --user requests
- cmd: py -3 RUN_THIS.py --no-prompt
build_script:
2019-12-16 00:46:09 +01:00
- ps: dotnet build SpaceStation14.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:AppVeyor=yes
2019-06-29 03:02:42 +02:00
test:
assemblies:
only:
- bin/Content.IntegrationTests/Content.IntegrationTests.dll
- bin/Content.Tests/Content.Tests.dll