antonyoung / Validators

Engine as validator, formatter of European Postal Codes and or International Bank Accounts Numbers ( IBAN, ) It's fast, it's simple and it works ( based on regular expressions and C#, NET Standard 2.1 ) Easy extendable, deployed as separate nuget-packages.
GNU General Public License v3.0
2 stars 1 forks source link

#81 updated yaml as versioningScheme #83

Closed antonyoung closed 1 year ago

antonyoung commented 1 year ago

Not sure if it works, think so, let's try and will see ;-)

antonyoung commented 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

antonyoung commented 1 year ago

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)'