YannickRe / azuredevops-buildagents

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

Feature Request: Able to choose specific commit id in runner images repo #67

Closed System-Admins-ath closed 1 year ago

System-Admins-ath commented 1 year ago

Microsoft often releases new version that are not able to being build successfully. Currently last working build commit id is "8634d6512e4c137e848643d21e062ecf773d04f3" for win2022.

Could be nice to add a parameter to the pipeline to only checkout specific commit id.

Marcus-James-Adams commented 1 year ago

Is this why there is now an option to choose from latest or stable release?

On Mon, 6 Nov 2023, 10:35 Alex Ø. T. Hansen, @.***> wrote:

Microsoft often releases new version that are not able to being build successfully. Currently last working build commit id is "8634d6512e4c137e848643d21e062ecf773d04f3" for win2022.

Could be nice to add a parameter to the pipeline to only checkout specific commit id.

— Reply to this email directly, view it on GitHub https://github.com/YannickRe/azuredevops-buildagents/issues/67, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH7GYF54ERWR7H4QW446DHDYDC4P5AVCNFSM6AAAAAA67I33QSVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3TQOBRGEYTQMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

System-Admins-ath commented 1 year ago

This was not the root cause, closing