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 733233c commit 3796e35Copy full SHA for 3796e35
build/Build.cmd
@@ -7,6 +7,11 @@ set src=%~dp0..\src\
7
8
"%SystemDrive%\Windows\Microsoft.NET\Framework\%framework%\MSBuild.exe" "%src%GitVersion.sln"
9
10
-copy "%~dp0NuGetCommandLineBuild\tools\GitVersion.exe" "%tmp%GitVersion.exe"
+rmdir /s /q "%tmp%GitVersion"
11
+md "%tmp%GitVersion"
12
-"%tmp%GitVersion.exe" /l console /output buildserver /updateAssemblyInfo /proj "%src%GitVersion.sln"
13
+xcopy /E "%~dp0NuGetCommandLineBuild\tools" "%tmp%GitVersion"
14
+
15
+"%tmp%GitVersion\GitVersion.exe" /l console /output buildserver /updateAssemblyInfo /proj "%src%GitVersion.sln"
16
17
0 commit comments