lint tool doesn't flag paths with spaces as an issue
The following does not work but passes validation in the lint tool.
stages:
- build
compile:
stage: build
script:
- c:\nuget\nuget.exe restore
# Below does not work since there is a space after Program
- c:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe mrakOcu.sln /t:applications\mrakOcu /p:Configuration=Release;Platform="Any Cpu" /consoleloggerparameters:ErrorsOnly /verbosity:quiet