Skip to content

Commit 63f1da8

Browse files
committed
Add "pause" to BuildInstallerFull-4.cmd и BuildInstallerFull.cmd
1 parent 2e67aac commit 63f1da8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

BuildInstallerFull-4.cmd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
set MSBuild="%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe"
2-
3-
%MSBuild% NemerleAll.nproj /t:InstallerFull /tv:4.0 /p:TargetFrameworkVersion=v4.0;Configuration=Release
1+
set MSBuild="%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe"
2+
3+
%MSBuild% NemerleAll.nproj /t:InstallerFull /tv:4.0 /p:TargetFrameworkVersion=v4.0;Configuration=Release
4+
5+
pause

BuildInstallerFull.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
set MSBuild="%SystemRoot%\Microsoft.NET\Framework\v3.5\msbuild.exe"
22

33
%MSBuild% NemerleAll.nproj /t:InstallerFull /p:Configuration=Release
4+
5+
pause

0 commit comments

Comments
 (0)