summaryrefslogtreecommitdiff
path: root/eng/common/templates/post-build/common-variables.yml
blob: 7b3fdb1361698baf30d065fd65016a9c1943725c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
variables:
  - group: Publish-Build-Assets
  - group: DotNet-DotNetCli-Storage

  # .NET Core 3 Dev
  - name: PublicDevRelease_30_Channel_Id
    value: 3

  # .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

  # Whether the build is internal or not
  - name: IsInternalBuild
    value: ${{ and(ne(variables['System.TeamProject'], 'public'), contains(variables['Build.SourceBranch'], 'internal')) }}

  # Storage account name for proxy-backed feeds
  - name: ProxyBackedFeedsAccountName
    value: dotnetfeed

  # 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

  # Default locations for Installers and checksums
  - name: ChecksumsBlobFeedUrl
    value: https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json
  - name: InstallersBlobFeedUrl
    value: https://dotnetcli.blob.core.windows.net/dotnet/index.json