* Remove duplicate jsonschema build
* Don't attempt to --no-build for dotnet pack (fixes static assets)
* Bump version to 10.0.0-rc3
* Improve restoreKeys
* update Umbraco.GitVersioning.Extensions to 0.1.1
(cherry picked from commit 0ef34ab9c5)
* tag e2e container with current commit
* cache cypress binaries
22 lines
596 B
JSON
22 lines
596 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
|
|
"version": "10.0.0-rc3",
|
|
"assemblyVersion": {
|
|
"precision": "Build" // optional. Use when you want a more precise assembly version than the default major.minor.
|
|
},
|
|
"gitCommitIdShortFixedLength": 7,
|
|
"publicReleaseRefSpec": [
|
|
"^refs/heads/master$",
|
|
"^refs/heads/main$",
|
|
"^refs/heads/release/\\d+\\.\\d+\\.\\d+"
|
|
],
|
|
"cloudBuild": {
|
|
"buildNumber": {
|
|
"enabled": true
|
|
}
|
|
},
|
|
"nugetPackageVersion": {
|
|
"semVer": 2
|
|
}
|
|
}
|