Hi,
I'm running SQL Change Automation 3.1.9.3341
When i execute New-DatabaseBuildArtifact i get
valid NuGet version format (eg 3.2.1, 3.2.1-beta1).
A build earlier it successfully created mydb.0.30-e79ec72a7002b.nupkg which follow the same naming convention. I've also tried with 0.0.31-034435810a015 but same result.
What am I missing here?
Comments
2 comments
-
I was just working on a script to generate the NuGet package version and I ran across this page today. https://docs.microsoft.com/en-us/nuget/reference/package-versioning
I assume your issue is that the -Suffix must start with a alpha character. The one that worked started with -e the ones that failed start with -0. -
Monday said:I was just working on a script to generate the NuGet package version and I ran across this page today. https://docs.microsoft.com/en-us/nuget/reference/package-versioning
I assume your issue is that the -Suffix must start with a alpha character. The one that worked started with -e the ones that failed start with -0.
Add comment
Please sign in to leave a comment.