Skip to content

Commit

Permalink
Merge pull request #8 from dp7g09/MarketPlaceUpdates
Browse files Browse the repository at this point in the history
Market place updates
  • Loading branch information
realrubberduckdev authored May 4, 2019
2 parents ef18549 + 7b0e055 commit 22b6ef4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Publish to a path saying: \\Release-Machine\ReleaseCandidates\$(NFN.NextFolderName).

This task can be used in build as well as release pipeline.
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 22b6ef4

Please sign in to comment.