Skip to content

Commit

Permalink
New version trial
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Sampson committed Nov 21, 2018
1 parent ce51dfc commit 7aa1298
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "4.0.0-alpha",
"version": "4.0-alpha",
"nugetPackageVersion": {
"semVer": 2
},
Expand All @@ -9,7 +9,12 @@
],
"cloudBuild": {
"buildNumber": {
"enabled": false
}
"enabled": true,
"includeCommitId": {
"when": "nonPublicReleaseOnly",
"where": "buildMetadata"
}
},
"setVersionVariables": true
}
}

0 comments on commit 7aa1298

Please sign in to comment.