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

Commit ce594b7

Browse files
committed
Revert "Always build release mode in CI"
This reverts commit 8ba0391.
1 parent 8ba0391 commit ce594b7

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 /release
16+
- cmd: build.cmd
1717
- cmd: taskkill /f /im MSBuild.exe /fi "memusage gt 40" 2>NUL
1818

1919
install:

0 commit comments

Comments
 (0)