Closed antonyoung closed 1 year ago
Build didn't fail, could not check, nuget-package version schema. Let's merge, then they will be deployed with version schema
Hmm, didn't work,
Apparently, there are some options, see also: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/package/nuget?source=recommendations&view=azure-devops
Options: off, byPrereleaseNumber, byEnvVar, byBuildNumber
We should do byEnVar as something like this:
versioningScheme: byEnvVar
versionEnvVar: '$(VersionPrefix)-$(VersionSuffix)'
Not sure if it works, think so, let's try and will see ;-)