A fix for the nuget package name, somehow this was reverted to the old one.

This commit is contained in:
Robin Krom
2020-05-08 23:44:00 +02:00
parent 411107896e
commit a901e167d0
2 changed files with 3 additions and 3 deletions

View File

@@ -2,10 +2,10 @@
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0.9",
"publicReleaseRefSpec": [
".*/master$" // we release out of master
".*/master$"
],
"nugetPackageVersion": {
"semVer": 2 // optional. Set to either 1 or 2 to control how the NuGet package version string is generated. Default is 1.
"semVer": 2
},
"cloudBuild": {
"setVersionVariables": true,