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

Commit bfc3436

Browse files
committed
Call msbuild correctly, doh
1 parent 85b11e7 commit bfc3436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ install:
4444
nuget restore GitHub.Unity.sln
4545
4646
before_build:
47-
- cmd: msbuild GitHub.Unity.sln /target:OctoRun /Configuration:Release
47+
- cmd: msbuild GitHub.Unity.sln /target:OctoRun /property:Configuration=Release
4848

4949
assembly_info:
5050
patch: false

0 commit comments

Comments
 (0)