Skip to content

Commit

Permalink
Make appveyor build the release configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur committed Dec 22, 2018
1 parent 09e3132 commit ab7fe05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build_script:
- cmd: >-
git submodule update --init --recursive
msbuild EU4ToVic2.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
msbuild EU4ToVic2.sln -property:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
test_script:
- ps: vstest.console /logger:Appveyor frontend\Frontend.Core.Tests\bin\Release\Frontend.Core.Tests.dll
artifacts:
Expand Down

0 comments on commit ab7fe05

Please sign in to comment.