118e4306cb
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19461.7
74 lines
2 KiB
YAML
74 lines
2 KiB
YAML
variables:
|
|
- group: Publish-Build-Assets
|
|
- group: DotNet-DotNetCli-Storage
|
|
- group: DotNet-MSRC-Storage
|
|
|
|
# .NET Core 3 Dev
|
|
- name: PublicDevRelease_30_Channel_Id
|
|
value: 3
|
|
|
|
# .NET Core 3.1 Dev
|
|
- name: PublicDevRelease_31_Channel_Id
|
|
value: 128
|
|
|
|
# .NET Core 5 Dev
|
|
- name: NetCore_5_Dev_Channel_Id
|
|
value: 131
|
|
|
|
# .NET Tools - Validation
|
|
- name: PublicValidationRelease_30_Channel_Id
|
|
value: 9
|
|
|
|
# .NET Tools - Latest
|
|
- name: NetCore_Tools_Latest_Channel_Id
|
|
value: 2
|
|
|
|
# .NET Core 3.0 Internal Servicing
|
|
- name: InternalServicing_30_Channel_Id
|
|
value: 184
|
|
|
|
# .NET Core 3.0 Release
|
|
- name: PublicRelease_30_Channel_Id
|
|
value: 19
|
|
|
|
# .NET Core 3.1 Release
|
|
- name: PublicRelease_31_Channel_Id
|
|
value: 129
|
|
|
|
# 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: "2019-01-16"
|
|
|
|
- name: SourceLinkCLIVersion
|
|
value: 3.0.0
|
|
- name: SymbolToolVersion
|
|
value: 1.0.1
|
|
|
|
# Feed Configurations
|
|
# These should include the suffix "/index.json"
|
|
|
|
# Default locations for Installers and checksums
|
|
# Public Locations
|
|
- name: ChecksumsBlobFeedUrl
|
|
value: https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json
|
|
- name: InstallersBlobFeedUrl
|
|
value: https://dotnetcli.blob.core.windows.net/dotnet/index.json
|
|
|
|
# Private Locations
|
|
- name: InternalChecksumsBlobFeedUrl
|
|
value: https://dotnetclichecksumsmsrc.blob.core.windows.net/dotnet/index.json
|
|
- name: InternalChecksumsBlobFeedKey
|
|
value: $(dotnetclichecksumsmsrc-storage-key)
|
|
|
|
- name: InternalInstallersBlobFeedUrl
|
|
value: https://dotnetclimsrc.blob.core.windows.net/dotnet/index.json
|
|
- name: InternalInstallersBlobFeedKey
|
|
value: $(dotnetclimsrc-access-key)
|