File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ build_script:
19
19
- cmd : appveyor PushArtifact "build\NuGetCommandLineBuild\GitVersion.CommandLine.%GitVersion_NuGetVersion%.nupkg"
20
20
- cmd : appveyor PushArtifact "build\NuGetRefBuild\GitVersion.%GitVersion_NuGetVersion%.nupkg"
21
21
- cmd : appveyor PushArtifact "build\NuGetTaskBuild\GitVersionTask.%GitVersion_NuGetVersion%.nupkg"
22
-
22
+ - cmd : appveyor PushArtifact "build\GemBuild\gitversion-%GitVersion_SemVer%.gem"
23
+
23
24
- cmd : 7z a "GitVersion_%GitVersion_NuGetVersion%.zip" .\build\NuGetCommandLineBuild\Tools\*.*
24
25
- cmd : appveyor PushArtifact "GitVersion_%GitVersion_NuGetVersion%.zip"
25
26
Original file line number Diff line number Diff line change @@ -7,4 +7,6 @@ set src=%~dp0..\src\
7
7
8
8
" %SystemDrive% \Windows\Microsoft.NET\Framework\%framework% \MSBuild.exe" " %src% GitVersion.sln"
9
9
10
- " %% ~dp0NuGetCommandLineBuild\tools\GitVersion.exe" /l console /output buildserver /updateAssemblyInfo /proj " %src% GitVersion.sln"
10
+ copy " %~dp0 NuGetCommandLineBuild\tools\GitVersion.exe" " %tmp% GitVersion.exe"
11
+
12
+ " %tmp% GitVersion.exe" /l console /output buildserver /updateAssemblyInfo /proj " %src% GitVersion.sln"
You can’t perform that action at this time.
0 commit comments