Skip to content

Commit

Permalink
Changing the branch to release from
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Mar 26, 2024
1 parent 290dbaf commit e044cdb
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "5.6", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } } } }
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "5.6",
"publicReleaseRefSpec": [
"^refs/heads/main$"
],
"cloudBuild": {
"setVersionVariables": true,
"buildNumber": {
"enabled": true,
"includeCommitId": {
"when": "always",
"where": "buildMetadata"
}
}
}
}

0 comments on commit e044cdb

Please sign in to comment.