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")
211211 ReplaceTextInFile ( new FilePath ( workDir + "/vss-extension.json" ) , "$idSuffix$" , idSuffix ) ;
212212 ReplaceTextInFile ( new FilePath ( workDir + "/vss-extension.json" ) , "$titleSuffix$" , titleSuffix ) ;
213213 ReplaceTextInFile ( new FilePath ( workDir + "/vss-extension.json" ) , "$visibility$" , visibility ) ;
214+ ReplaceTextInFile ( new FilePath ( workDir + "/GitVersionTask/task.json" ) , "$titleSuffix$" , titleSuffix ) ;
214215
215216 // update version number
216217 ReplaceTextInFile ( new FilePath ( workDir + "/vss-extension.json" ) , "$version$" , parameters . Version . VsixVersion ) ;
Original file line number Diff line number Diff line change 11{
22 "id" : " dd065e3b-6aef-46af-845c-520195836b35" ,
33 "name" : " UseGitVersion" ,
4- "friendlyName" : " GitVersion Task" ,
4+ "friendlyName" : " GitVersion Task$titleSuffix$ " ,
55 "description" : " Easy Semantic Versioning (http://semver.org) for projects using Git" ,
66 "author" : " GitVersion Contributors" ,
77 "helpMarkDown" : " See the [documentation](http://gitversion.readthedocs.org/en/latest/) for help" ,
You can’t perform that action at this time.
0 commit comments