Visual Studio is using different output folder convention for Win32 builds. This makes it a royal-pain-in-the-ass to automate artifact paths. Signed-off-by: Simon Rozman <simon@rozman.si>
17 lines
311 B
YAML
17 lines
311 B
YAML
version: master.{build}
|
|
image:
|
|
- Visual Studio 2022
|
|
- Visual Studio 2019
|
|
configuration:
|
|
- Debug
|
|
- Release
|
|
platform:
|
|
- x64
|
|
- x86
|
|
build:
|
|
project: UnitTests\UnitTests.sln
|
|
parallel: true
|
|
verbosity: minimal
|
|
test_script:
|
|
- cmd: vstest.console /logger:Appveyor UnitTests\%platform%\%configuration%\UnitTests.dll
|