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

Get clean version tag name #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AndreasAmMueller
Copy link
Contributor

I got to work on a repository with multiple versions for different projects within that repository (mono repository).

The tags are named with folders

  • project1/v1.0.0
  • project1/v1.2.3
  • project2/v0.1.0
  • project2/v0.5.1

The directory.build.props have their <NrtTagMatch>project1/v[0-9]*</NrtTagMatch> and <NrtTagMatch>project2/v[0-9]*</NrtTagMatch> set properly.

to get clean versions, the change is required.

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

Successfully merging this pull request may close these issues.

1 participant