2019-06-13 12:10:50 +00:00
|
|
|
variables:
|
2019-11-02 12:56:53 +00:00
|
|
|
- group: AzureDevOps-Artifact-Feeds-Pats
|
|
|
|
- group: DotNet-Blob-Feed
|
2019-08-21 15:32:46 +00:00
|
|
|
- group: DotNet-DotNetCli-Storage
|
2019-09-10 19:38:53 +00:00
|
|
|
- group: DotNet-MSRC-Storage
|
2019-11-02 12:56:53 +00:00
|
|
|
- group: Publish-Build-Assets
|
2019-11-26 13:31:28 +00:00
|
|
|
|
2019-06-26 20:33:53 +00:00
|
|
|
# Whether the build is internal or not
|
2019-07-27 12:35:24 +00:00
|
|
|
- name: IsInternalBuild
|
|
|
|
value: ${{ and(ne(variables['System.TeamProject'], 'public'), contains(variables['Build.SourceBranch'], 'internal')) }}
|
2019-06-26 20:33:53 +00:00
|
|
|
|
2019-07-27 12:35:24 +00:00
|
|
|
# Default Maestro++ API Endpoint and API Version
|
|
|
|
- name: MaestroApiEndPoint
|
|
|
|
value: "https://maestro-prod.westus2.cloudapp.azure.com"
|
|
|
|
- name: MaestroApiAccessToken
|
|
|
|
value: $(MaestroAccessToken)
|
|
|
|
- name: MaestroApiVersion
|
2020-04-24 17:34:25 +00:00
|
|
|
value: "2020-02-20"
|
2019-07-11 12:25:27 +00:00
|
|
|
|
2019-07-27 12:35:24 +00:00
|
|
|
- name: SourceLinkCLIVersion
|
|
|
|
value: 3.0.0
|
|
|
|
- name: SymbolToolVersion
|
|
|
|
value: 1.0.1
|
2019-08-21 15:32:46 +00:00
|
|
|
|
2020-03-17 16:01:58 +00:00
|
|
|
- name: runCodesignValidationInjection
|
2020-03-31 13:04:58 +00:00
|
|
|
value: false
|