File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ Task("Pack-Vsix")
294
294
var idSuffix = parameters . IsStableRelease ( ) ? "" : "-preview" ;
295
295
var titleSuffix = parameters . IsStableRelease ( ) ? "" : " (Preview)" ;
296
296
var visibility = parameters . IsStableRelease ( ) ? "Public" : "Preview" ;
297
- var taskId = parameters . IsStableRelease ( ) ? "bfb2f1f8-b852-4db1-ae50-35c79c9161e0 " : "761ce478-068a-441a-8f2b-aae0987e7d88 " ;
297
+ var taskId = parameters . IsStableRelease ( ) ? "e5983830-3f75-11e5-82ed-81492570a08e " : "25b46667-d5a9-4665-97f7-e23de366ecdf " ;
298
298
299
299
ReplaceTextInFile ( new FilePath ( workDir + "/vss-extension.json" ) , "$idSuffix$" , idSuffix ) ;
300
300
ReplaceTextInFile ( new FilePath ( workDir + "/vss-extension.json" ) , "$titleSuffix$" , titleSuffix ) ;
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public class BuildPaths
45
45
var gemOutputFilePath = buildArtifactDir . CombineWithFilePath ( "gitversion-" + version . GemVersion + ".gem" ) ;
46
46
47
47
var vsixSuffix = parameters . IsStableRelease ( ) ? "" : "preview-" ;
48
- var vsixOutputFilePath = buildArtifactDir . CombineWithFilePath ( "GitVersion .gitversion-" + vsixSuffix + version . VsixVersion + ".vsix" ) ;
48
+ var vsixOutputFilePath = buildArtifactDir . CombineWithFilePath ( "gittools .gitversion-" + vsixSuffix + version . VsixVersion + ".vsix" ) ;
49
49
50
50
// Directories
51
51
var buildDirectories = new BuildDirectories (
Original file line number Diff line number Diff line change 2
2
"manifestVersion" : 1 ,
3
3
"id" : " gitversion$idSuffix$" ,
4
4
"name" : " GitVersion$titleSuffix$" ,
5
- "publisher" : " GitVersion " ,
5
+ "publisher" : " gittools " ,
6
6
"public" : true ,
7
7
"author" : " GitVersion Contributors" ,
8
8
"version" : " $version$" ,
You can’t perform that action at this time.
0 commit comments