YannickRe / azuredevops-buildagents

Generate self-hosted build agents for Azure DevOps, just like Microsoft does.
MIT License
151 stars 90 forks source link

Uses the stable github releases with powershell script #48

Closed shapleya closed 1 year ago

shapleya commented 1 year ago

Adds a script to ensure a stable release branch is checked out for the build.

Fixes #44

YannickRe commented 1 year ago

@shapleya Thanks for the effort, very much appreciated! I will review ASAP (currently traveling).

shapleya commented 1 year ago

hi @YannickRe and @cengelenVW thanks for the feedback!

I incorporated a default parameter on the function as requested:

[bool]$DisallowPreRelease = $true

I can't think of a need for using prereleases myself, so happy to leave it defaulting to $true

cengelenVW commented 1 year ago

Looks good to me. I look forward using this. Thanks @shapleya!

YannickRe commented 1 year ago

@shapleya I merged this, thanks for all the hard work. I made some additional tweaks in #52 .