File tree Expand file tree Collapse file tree 3 files changed +7
-74
lines changed Expand file tree Collapse file tree 3 files changed +7
-74
lines changed Original file line number Diff line number Diff line change 152
152
<Copy SourceFiles =" $(OutputPath)\GitVersion.pdb" DestinationFolder =" $(BuildDir)GitVersionVsoTaskBuild" />
153
153
<Copy SourceFiles =" $(OutputPath)\GitVersion.exe" DestinationFolder =" $(BuildDir)GitVersionVsoTaskBuild" />
154
154
<Copy SourceFiles =" $(ProjectDir)..\GitVersionVsoTask\icon.png" DestinationFolder =" $(BuildDir)GitVersionVsoTaskBuild" />
155
- <Copy SourceFiles =" $(ProjectDir)..\GitVersionVsoTask\Run-GitVersion.ps1" DestinationFolder =" $(BuildDir)GitVersionVsoTaskBuild" />
156
155
<Copy SourceFiles =" $(ProjectDir)..\GitVersionVsoTask\task.json" DestinationFolder =" $(BuildDir)GitVersionVsoTaskBuild" />
157
-
156
+ <Exec Command =" $(BuildDir)\Update-GitVersionVsoTaskVersion.ps1 $(BuildDir)GitVersionVsoTaskBuild\task.json $(GitVersion_Major) $(GitVersion_Minor) $(GitVersion_Patch)" ContinueOnError =" True" WorkingDirectory =" $(BuildDir)" Condition =" '$(GitVersion_SemVer)' != ''" />
157
+
158
158
<!-- Gem -->
159
159
<Copy SourceFiles =" $(OutputPath)\GitVersion.pdb" DestinationFolder =" $(BuildDir)GemBuild\bin" />
160
160
<Copy SourceFiles =" $(OutputPath)\GitVersion.exe" DestinationFolder =" $(BuildDir)GemBuild\bin" />
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 13
13
"demands" : [],
14
14
"version" : {
15
15
"Major" : " 0" ,
16
- "Minor" : " 1 " ,
17
- "Patch" : " 29 "
16
+ "Minor" : " 0 " ,
17
+ "Patch" : " 0 "
18
18
},
19
19
"minimumAgentVersion" : " 1.83.0" ,
20
20
"groups" : [
26
26
],
27
27
"instanceNameFormat" : " GitVersion for $(BUILD_SOURCEBRANCHNAME)" ,
28
28
"inputs" : [
29
-
30
29
{
31
30
"name" : " updateAssemblyInfo" ,
32
31
"type" : " boolean" ,
46
45
}
47
46
],
48
47
"execution" : {
49
- "PowerShell " : {
50
- "target" : " $(currentDirectory)\\ Run- GitVersion.ps1 " ,
51
- "argumentFormat" : " " ,
48
+ "CmdLine " : {
49
+ "target" : " $(currentDirectory)\\ GitVersion.exe " ,
50
+ "argumentFormat" : " /output buildserver /updateAssemblyInfo $(updateAssemblyInfo) /nofetch $(additionalArguments) " ,
52
51
"workingDirectory" : " $(currentDirectory)"
53
52
}
54
53
}
You can’t perform that action at this time.
0 commit comments