Skip to content

Commit

Permalink
Trying to change the build version, to work without hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakritzator committed Mar 3, 2020
1 parent cb38d0d commit e089fff
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions version.json
Expand Up @@ -2,20 +2,18 @@
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.3",
"publicReleaseRefSpec": [
".*/master$", // we release out of master
".*/release/*$" // we release out of develop
".*/release/*$"
],
"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,
"setAllVariables": true,
"buildNumber": {
"enabled": true,
"includeCommitId": {
"when": "nonPublicReleaseOnly",
"where": "buildMetadata"
"when": "never"
}
}
},
Expand Down

0 comments on commit e089fff

Please sign in to comment.