Skip to content

Commit ab7fe05

Browse files
committed
Make appveyor build the release configuration.
1 parent 09e3132 commit ab7fe05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build_script:
55
- cmd: >-
66
git submodule update --init --recursive
77
8-
msbuild EU4ToVic2.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
8+
msbuild EU4ToVic2.sln -property:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
99
test_script:
1010
- ps: vstest.console /logger:Appveyor frontend\Frontend.Core.Tests\bin\Release\Frontend.Core.Tests.dll
1111
artifacts:

0 commit comments

Comments
 (0)