b9cdb4aae8
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Nikola Milosavljevic <nikolam@microsoft.com> Co-authored-by: Matt Thalman <mthalman@microsoft.com>
24 lines
669 B
YAML
24 lines
669 B
YAML
variables:
|
|
- 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.dot.net"
|
|
- name: MaestroApiAccessToken
|
|
value: $(MaestroAccessToken)
|
|
- name: MaestroApiVersion
|
|
value: "2020-02-20"
|
|
|
|
- name: SourceLinkCLIVersion
|
|
value: 3.0.0
|
|
- name: SymbolToolVersion
|
|
value: 1.0.1
|
|
- name: BinlogToolVersion
|
|
value: 1.0.11
|
|
|
|
- name: runCodesignValidationInjection
|
|
value: false
|