File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/GitVersionVsixTask/GitVersionTask Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ Task("Pack-Vsix")
211
211
ReplaceTextInFile ( new FilePath ( workDir + "/vss-extension.json" ) , "$idSuffix$" , idSuffix ) ;
212
212
ReplaceTextInFile ( new FilePath ( workDir + "/vss-extension.json" ) , "$titleSuffix$" , titleSuffix ) ;
213
213
ReplaceTextInFile ( new FilePath ( workDir + "/vss-extension.json" ) , "$visibility$" , visibility ) ;
214
+ ReplaceTextInFile ( new FilePath ( workDir + "/GitVersionTask/task.json" ) , "$titleSuffix$" , titleSuffix ) ;
214
215
215
216
// update version number
216
217
ReplaceTextInFile ( new FilePath ( workDir + "/vss-extension.json" ) , "$version$" , parameters . Version . VsixVersion ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " dd065e3b-6aef-46af-845c-520195836b35" ,
3
3
"name" : " UseGitVersion" ,
4
- "friendlyName" : " GitVersion Task" ,
4
+ "friendlyName" : " GitVersion Task$titleSuffix$ " ,
5
5
"description" : " Easy Semantic Versioning (http://semver.org) for projects using Git" ,
6
6
"author" : " GitVersion Contributors" ,
7
7
"helpMarkDown" : " See the [documentation](http://gitversion.readthedocs.org/en/latest/) for help" ,
You can’t perform that action at this time.
0 commit comments