dmitryserbin / azdev-release-orchestrator

Azure DevOps extension to manage and orchestrate release pipelines
MIT License
23 stars 13 forks source link

No aritfact version id is specified corresponding to artifact source #7

Closed kboro closed 5 years ago

kboro commented 5 years ago

Hello,

Thanks for your extension which looks really promising. However when I try to Create Release with following settings:

image

I have following error:

VS402962: No artifact version id is specified corresponding to artifact source 'Source-Alias'. Specify a valid value and try again.

Moreover when I choose "Artifacts Strategy" with "Specific Artifacts" I can see list of Artiffacts linked to Release Definition. Issue only occurs when I choose "Create Release" with "Default Artifacts"

Version on Premise: TFS 2018 Update.3

dmitryserbin commented 5 years ago

Thanks for using the extension.

Unfortunately, I don't have TFS 2018 around to test against it, however, I'm hoping this issue will be resolved with the next release as it introduces some changes to 'new release' artifacts filter.

ETA - next day or two. Please, keep me updated on the results.

kboro commented 5 years ago

will do, ty sir!

dmitryserbin commented 5 years ago

To be addressed in #6 (hopefully)

dmitryserbin commented 5 years ago

Version 1.2.0 has been pushed. Please check if it resolves the issues.

kboro commented 5 years ago

It has been fixed with 1.2.0. Thank You !