Skip to content

Commit

Permalink
Add bit more detail to Overview.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushyant Priyadarshee committed May 1, 2019
1 parent 4a3d4fc commit 7b0e055
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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)

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.

0 comments on commit 7b0e055

Please sign in to comment.