dotnet-installer/eng/common/templates/post-build/common-variables.yml
dotnet-maestro[bot] b6bcd46109
[release/7.0.4xx] Update dependencies from dotnet/arcade (#17710)
[release/7.0.4xx] Update dependencies from dotnet/arcade
2023-11-07 20:11:52 +00:00

25 lines
757 B
YAML

variables:
- group: AzureDevOps-Artifact-Feeds-Pats
- group: DotNet-DotNetCli-Storage
- group: DotNet-MSRC-Storage
- group: Publish-Build-Assets
# Whether the build is internal or not
- name: IsInternalBuild
value: ${{ and(ne(variables['System.TeamProject'], 'public'), contains(variables['Build.SourceBranch'], 'internal')) }}
# Default Maestro++ API Endpoint and API Version
- name: MaestroApiEndPoint
value: "https://maestro-prod.westus2.cloudapp.azure.com"
- name: MaestroApiAccessToken
value: $(MaestroAccessToken)
- name: MaestroApiVersion
value: "2020-02-20"
- name: SourceLinkCLIVersion
value: 3.0.0
- name: SymbolToolVersion
value: 1.0.1
- name: runCodesignValidationInjection
value: false