diff --git a/Overview.md b/Overview.md index c72387d..a0b5352 100644 --- a/Overview.md +++ b/Overview.md @@ -5,9 +5,13 @@ Azure DevOps Build/Release Task. Set Azure DevOps variable NFN.NextFolderName wi Provide argument values, * which folder to look within +![Next Folder Name Usage](./images/screenshots/nfn1.png) * what prefix of folder names to check for +![Next Folder Name Variable Name](./images/screenshots/nfn2.png) -Resut will be variable NFN.NextFolderName set to the value. +Result will be variable NFN.NextFolderName set to the value. Finally: -Publish to a path saying: \\Release-Machine\ReleaseCandidates\$(NFN.NextFolderName) \ No newline at end of file +Publish to a path saying: \\Release-Machine\ReleaseCandidates\$(NFN.NextFolderName). + +This task can be used in build as well as release pipeline. \ No newline at end of file diff --git a/vss-extension.json b/vss-extension.json index adc4d6d..24e7453 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -10,7 +10,7 @@ } ], "galleryFlags": [ - "Private" + "Public" ], "description": "Set Azure DevOps variable(s) with next folder name incremented from existing names. E.g. RC3, if RC1 & RC2 already exist.", "categories": [