Replies: 1 comment
-
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
GitVersion package
AzureDevops task
GitVersion version
5
Operating system
N/A
What are you seeing?
Hi everyone. I have two repositories in Azure Devops: first with pipelines YAML code and second with Nuget packages code and Girversion config file.
I have such pipeline code
During pipeline execution gitversion/execute@1 task reads Gitversion config file from NugetRepo, but instead of using branch names from that NugetRepo, it uses branch name form repo with pipelines YAML code.
What is expected?
I'm running pipeline from dev branch of infrastructure repo using feature/123 branch of Nuget packages repo.
I'm expecting to have package with 1.0.0-feature/123 version, but instead I'm having 1.0.0-dev
Steps to Reproduce
Create repo with pipeline.
Create repo with packages.
Run pipeline.
RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).
No response
Beta Was this translation helpful? Give feedback.
All reactions