Skip to content

Commit

Permalink
Update to reflect main branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Feb 24, 2021
1 parent ec2d263 commit c9d78a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.client.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
trigger:
branches:
include:
- master
- main
- rel/*
paths:
include:
Expand All @@ -14,7 +14,7 @@ trigger:
pr:
branches:
include:
- master
- main
- rel/*
paths:
include:
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.server.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
trigger:
branches:
include:
- master
- main
- rel/*
paths:
include:
Expand All @@ -14,7 +14,7 @@ trigger:
pr:
branches:
include:
- master
- main
- rel/*
paths:
include:
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.3",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/main", // we release out of main
"^refs/heads/rel/v\\d+\\.\\d+" // we also release tags starting with vN.N
],
"nugetPackageVersion":{
Expand Down

0 comments on commit c9d78a7

Please sign in to comment.