Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Release cannot use PipelineArtifactPluginV1 if primary artifact is a Git repository #3097

Closed
LHuang2019 opened this issue Sep 1, 2020 · 1 comment

Comments

@LHuang2019
Copy link

As shown by the code snippet, the PipelineArtifactPlugin, V1, and V2 cannot be used by the Azure release if primary artifact is git repository. The build ID is the latest commit ID of the repository, which is a SHA-1 hash. The id will not pass int.TryParse because it is not a valid integer.

The official documentation also show the build ID from Git repo:

image

Please update the parsing logic so it also passes the commit ID as valid build ID.

Also, is there anyway to change release build ID so I can work around this issue? Thanks!

@github-actions
Copy link

github-actions bot commented Jun 4, 2021

This issue has had no activity in 180 days. Please comment if it is not actually stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants