mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 13:10:00 -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",
|
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
|
||||||
"version": "1.3",
|
"version": "1.3",
|
||||||
"publicReleaseRefSpec": [
|
"publicReleaseRefSpec": [
|
||||||
".*/master$", // we release out of master
|
".*/release/*$"
|
||||||
".*/release/*$" // we release out of develop
|
|
||||||
],
|
],
|
||||||
"nugetPackageVersion": {
|
"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": {
|
"cloudBuild": {
|
||||||
"setVersionVariables": true,
|
"setVersionVariables": true,
|
||||||
|
@ -14,8 +13,7 @@
|
||||||
"buildNumber": {
|
"buildNumber": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"includeCommitId": {
|
"includeCommitId": {
|
||||||
"when": "nonPublicReleaseOnly",
|
"when": "never"
|
||||||
"where": "buildMetadata"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue