File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
:: IMPORTANT!! npm 3.x is required to avoid long path exceptions
4
4
5
- if exist %~dp0 ..\src\WebCompiler\node\node_modules.7z goto :EOF
5
+ if exist " %~dp0 ..\src\WebCompiler\node\node_modules.7z" goto :EOF
6
6
7
- if not exist %~dp0 ..\src\WebCompiler\node md %~dp0 ..\src\WebCompiler\node
7
+ if not exist " %~dp0 ..\src\WebCompiler\node" md " %~dp0 ..\src\WebCompiler\node"
8
8
9
- pushd %~dp0 ..\src\WebCompiler\node
9
+ pushd " %~dp0 ..\src\WebCompiler\node"
10
10
11
11
echo Installing packages...
12
12
call npm install --quiet ^
Original file line number Diff line number Diff line change 122
122
</ItemGroup >
123
123
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
124
124
<PropertyGroup >
125
- <PostBuildEvent >$(SolutionDir)packages\NuGet.CommandLine.2.8.5\tools\nuget.exe pack .\msbuild\BuildWebCompiler.nuspec -Verbosity quiet</PostBuildEvent >
125
+ <PostBuildEvent >" $(SolutionDir)packages\NuGet.CommandLine.2.8.5\tools\nuget.exe" pack .\msbuild\BuildWebCompiler.nuspec -Verbosity quiet</PostBuildEvent >
126
126
</PropertyGroup >
127
127
<PropertyGroup >
128
- <PreBuildEvent >$(SolutionDir)build\build.cmd</PreBuildEvent >
128
+ <PreBuildEvent >" $(SolutionDir)build\build.cmd" </PreBuildEvent >
129
129
</PropertyGroup >
130
130
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
131
131
Other similar extension points exist, see Microsoft.Common.targets.
You can’t perform that action at this time.
0 commit comments