Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 8ba0391

Browse files
authored
Always build release mode in CI
1 parent 9586ad5 commit 8ba0391

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ init:
1313
build_script:
1414
- cmd: taskkill /f /im MSBuild.exe /fi "memusage gt 40" 2>NUL
1515
- cmd: build.cmd /restore
16-
- cmd: build.cmd
16+
- cmd: build.cmd /release
1717
- cmd: taskkill /f /im MSBuild.exe /fi "memusage gt 40" 2>NUL
1818

1919
install:

0 commit comments

Comments
 (0)