Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vsts-pipelines/builds/ci-public.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
trigger:
branches:
include:
- 'master'
- 'main'
- 'release/*'
- 'internal/release/*'
# Run PR validation on all branches
Expand Down
4 changes: 2 additions & 2 deletions .vsts-pipelines/templates/default-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
maxParallel: 8
matrix: ${{ parameters.matrix }}
# Map friendly OS names to the right queue
# See https://github.com/dotnet/arcade/blob/master/Documentation/ChoosingAMachinePool.md and
# See https://github.com/dotnet/arcade/blob/main/Documentation/ChoosingAMachinePool.md and
# https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#use-a-microsoft-hosted-agent
pool:
${{ if ne(parameters.poolName, '') }}:
Expand All @@ -89,7 +89,7 @@ jobs:
DOTNET_HOME: $(Agent.BuildDirectory)/.dotnet
BuildScriptArgs: ${{ parameters.buildArgs }}
BuildConfiguration: ${{ parameters.configuration }}
DOTNET_CLI_TELEMETRY_OPTOUT: 1 # Skip signing telemetry to work around an error
DOTNET_CLI_TELEMETRY_OPTOUT: 1 # Skip signing telemetry to work around an error
TeamName: AspNetCore
${{ if and(eq(parameters.codeSign, 'true'), eq(variables['System.TeamProject'], 'internal'), ne(variables['Build.Reason'], 'PullRequest')) }}:
_SignType: real
Expand Down