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

Commit 0cf9c5c

Browse files
authored
Merge pull request #589 from github-for-unity/fixes/appveyor-build-octorun
Build octorun before anything else in appveyor
2 parents 0c751ab + bfc3436 commit 0cf9c5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ install:
4343
4444
nuget restore GitHub.Unity.sln
4545
46+
before_build:
47+
- cmd: msbuild GitHub.Unity.sln /target:OctoRun /property:Configuration=Release
48+
4649
assembly_info:
4750
patch: false
4851
file: common\SolutionInfo.cs

0 commit comments

Comments
 (0)