Skip to content

Commit

Permalink
Adds bootstrap-sharpmake.bat to appveyor script.
Browse files Browse the repository at this point in the history
* Fixes the AppVeyor script so that it runs bootstrap-sharpmake.bat before calling dotnet restore.
  • Loading branch information
brousseau-ubi authored and belkiss committed Oct 3, 2018
1 parent 1a55282 commit 915e5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ configuration:
- Release

before_build:
- cmd: bootstrap-sharpmake.bat
- cmd: dotnet restore

build:
Expand Down

0 comments on commit 915e5b4

Please sign in to comment.