diff --git a/build/_build.csproj b/build/_build.csproj index 6c87904..926977b 100644 --- a/build/_build.csproj +++ b/build/_build.csproj @@ -9,6 +9,7 @@ .. .. 1 + false diff --git a/version.json b/version.json index 7728f77..ddd71cc 100644 --- a/version.json +++ b/version.json @@ -1,10 +1,11 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "1.0", - "publicReleaseRefSpec": [ - "^refs/heads/master$", - "^refs/heads/v\\d+(?:\\.\\d+)?$" - ], + "publicReleaseRefSpec": [ + "^refs/heads/main", + "^refs/heads/master$", + "^refs/heads/v\\d+(?:\\.\\d+)?$" + ], "cloudBuild": { "buildNumber": { "enabled": true