Remove implicit MSBuild arguments.

master
Nabile Rahmani 2017-09-01 15:30:13 +02:00
parent 2e47146719
commit 3618d91d74
1 changed files with 1 additions and 1 deletions

View File

@ -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"