Skip to content

Commit f42c099

Browse files
Update .travis.yml
1 parent d086c38 commit f42c099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ matrix:
3434
- export PATH=$MSBUILD_PATH:$PATH
3535
- cmake -B"visual-studio-project" -G"Visual Studio 15 2017 Win64" .
3636
- ls -l
37-
- MSBuild.exe altv-clr-host.sln /p:Platform=x64
37+
- MSBuild.exe "altv-clr-host.sln" //p:Platform="x64"
3838
- ls -l
3939
deploy:
4040
skip_cleanup: true

0 commit comments

Comments
 (0)