feat: allows pipeline to run with 'v' prefix

This commit is contained in:
Matthias Langhard
2021-11-04 13:38:51 +01:00
parent 3acdb3e38c
commit aeae68b5c4

View File

@@ -10,7 +10,7 @@ running tests for tag:
publish to nuget:
only:
- /^\d*.\d*.\d*$/ # gets triggered if the commit tag is in the form n.n.n where n is any number
- /^v+\d*.\d*.\d*$/ # gets triggered if the commit tag is in the form n.n.n where n is any number
image: mcr.microsoft.com/dotnet/sdk:5.0
stage: publish
script: