Skip to content

Commit bde917f

Browse files
committed
Build.cmd now passes build number
1 parent 4bfb8cd commit bde917f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.cmd

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
@echo off
2-
3-
set framework=v4.0.30319
4-
5-
"%SystemDrive%\Windows\Microsoft.NET\Framework\%framework%\MSBuild.exe" build\Build.proj /t:Build /v:m
6-
echo Done
7-
pause
1+
@echo off
2+
3+
set framework=v4.0.30319
4+
5+
"%SystemDrive%\Windows\Microsoft.NET\Framework\%framework%\MSBuild.exe" build\Build.proj /t:Build /v:m /p:build_number=2.0.0
6+
echo Done
7+
pause

0 commit comments

Comments
 (0)