File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ Task("Pack-Vsix")
193
193
var idSuffix = parameters . IsStableRelease ( ) ? "" : "-preview" ;
194
194
var titleSuffix = parameters . IsStableRelease ( ) ? "" : " (Preview)" ;
195
195
var visibility = parameters . IsStableRelease ( ) ? "Public" : "Preview" ;
196
- var taskId = parameters . IsStableRelease ( ) ? "e5983830-3f75-11e5-82ed-81492570a08e " : "25b46667-d5a9-4665-97f7-e23de366ecdf " ;
196
+ var taskId = parameters . IsStableRelease ( ) ? "bab30d5c-39f3-49b0-a7db-9a5da6676eaa " : "dd065e3b-6aef-46af-845c-520195836b35 " ;
197
197
198
198
ReplaceTextInFile ( new FilePath ( workDir + "/vss-extension.json" ) , "$idSuffix$" , idSuffix ) ;
199
199
ReplaceTextInFile ( new FilePath ( workDir + "/vss-extension.json" ) , "$titleSuffix$" , titleSuffix ) ;
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public class BuildPaths
43
43
var gemOutputFilePath = buildArtifactDir . CombineWithFilePath ( "gitversion-" + version . GemVersion + ".gem" ) ;
44
44
45
45
var vsixSuffix = parameters . IsStableRelease ( ) ? "" : "preview-" ;
46
- var vsixOutputFilePath = buildArtifactDir . CombineWithFilePath ( "gittools.gitversion -" + vsixSuffix + version . VsixVersion + ".vsix" ) ;
46
+ var vsixOutputFilePath = buildArtifactDir . CombineWithFilePath ( "gittools.usegitversion -" + vsixSuffix + version . VsixVersion + ".vsix" ) ;
47
47
48
48
// Directories
49
49
var buildDirectories = new BuildDirectories (
Original file line number Diff line number Diff line change 1
1
{
2
- "id" : " e5983830-3f75-11e5-82ed-81492570a08e " ,
3
- "name" : " GitVersion " ,
2
+ "id" : " dd065e3b-6aef-46af-845c-520195836b35 " ,
3
+ "name" : " UseGitVersion " ,
4
4
"friendlyName" : " GitVersion Task" ,
5
5
"description" : " Easy Semantic Versioning (http://semver.org) for projects using Git" ,
6
6
"author" : " GitVersion Contributors" ,
13
13
"Patch" : " 2"
14
14
},
15
15
"minimumAgentVersion" : " 2.115.0" ,
16
- "groups" : [{
16
+ "groups" : [
17
+ {
17
18
"name" : " gitversionDetails" ,
18
19
"displayName" : " GitVersion details" ,
19
20
"isExpanded" : true
25
26
}
26
27
],
27
28
"instanceNameFormat" : " GitVersion" ,
28
- "inputs" : [{
29
+ "inputs" : [
30
+ {
29
31
"name" : " versionSpec" ,
30
32
"type" : " string" ,
31
33
"label" : " The version spec" ,
101
103
"workingDirectory" : " ."
102
104
}
103
105
}
104
- }
106
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"manifestVersion" : 1 ,
3
- "id" : " gitversion $idSuffix$" ,
4
- "name" : " GitVersion $titleSuffix$" ,
3
+ "id" : " usegitversion $idSuffix$" ,
4
+ "name" : " UseGitVersion $titleSuffix$" ,
5
5
"publisher" : " gittools" ,
6
6
"public" : true ,
7
7
"author" : " GitVersion Contributors" ,
You can’t perform that action at this time.
0 commit comments