We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d086c38 commit f42c099Copy full SHA for f42c099
.travis.yml
@@ -34,7 +34,7 @@ matrix:
34
- export PATH=$MSBUILD_PATH:$PATH
35
- cmake -B"visual-studio-project" -G"Visual Studio 15 2017 Win64" .
36
- ls -l
37
- - MSBuild.exe altv-clr-host.sln /p:Platform=x64
+ - MSBuild.exe "altv-clr-host.sln" //p:Platform="x64"
38
39
deploy:
40
skip_cleanup: true
0 commit comments