You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the DownloadGitHubRelease@0 Task with the setting defaultVersionType: 'latest' it would be nice to have an Output Variable which contains the name of the downloaded Release.
The Task already logs the Version to the Pipeline Run:
Example:
Downloading assets of release 'v20.0.20241105.5' from: https://api.github.com/repos/Yvand/LDAPCP/releases/183527322/assets
It would be great if you could put that information into an Output Variable like: Taskname.ReleaseName
Thank you very much :)
The text was updated successfully, but these errors were encountered:
ChristophHannappel
changed the title
[enhancement]: DownloadGitHubRelease@0 Outputvariable the Releasename when using defaultVersionType: latest
[enhancement]: DownloadGitHubRelease@0 Add Output variable containing the Releasename when using defaultVersionType: latest
Nov 13, 2024
Task name
DownloadGitHubRelease@0
Describe your feature request here
When using the
DownloadGitHubRelease@0
Task with the settingdefaultVersionType: 'latest'
it would be nice to have an Output Variable which contains the name of the downloaded Release.The Task already logs the Version to the Pipeline Run:
Example:
It would be great if you could put that information into an Output Variable like: Taskname.ReleaseName
Thank you very much :)
The text was updated successfully, but these errors were encountered: