Skip to content

Commit

Permalink
Remove implicit MSBuild arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nabile-Rahmani committed Sep 1, 2017
1 parent 2e47146 commit 3618d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ build:
stage: build
script:
- nuget restore
- msbuild /t:Build /p:Configuration="Release" /p:Platform="Any CPU" N64-Emu.sln
- msbuild /p:Configuration="Release" /p:Platform="Any CPU"

0 comments on commit 3618d91

Please sign in to comment.