mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Trying to change the build version, to work without hash
This commit is contained in:
parent
cb38d0df8a
commit
e089fff547
1 changed files with 3 additions and 5 deletions
|
@ -2,11 +2,10 @@
|
|||
"$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,
|
||||
|
@ -14,8 +13,7 @@
|
|||
"buildNumber": {
|
||||
"enabled": true,
|
||||
"includeCommitId": {
|
||||
"when": "nonPublicReleaseOnly",
|
||||
"where": "buildMetadata"
|
||||
"when": "never"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue