52a74487fd068f64da92254dc5ef444dfb29f6b5
[platform/upstream/coreclr.git] / eng / common / templates / post-build / common-variables.yml
1 variables:
2   - group: Publish-Build-Assets
3
4   # .NET Core 3 Dev
5   - name: PublicDevRelease_30_Channel_Id
6     value: 3
7
8   # .NET Core 5 Dev
9   - name: NetCore_5_Dev_Channel_Id
10     value: 131
11
12   # .NET Tools - Validation
13   - name: PublicValidationRelease_30_Channel_Id
14     value: 9
15
16   # .NET Tools - Latest
17   - name: NetCore_Tools_Latest_Channel_Id
18     value: 2
19
20   # .NET Core 3.0 Internal Servicing
21   - name: InternalServicing_30_Channel_Id
22     value: 184
23
24   # .NET Core 3.0 Release
25   - name: PublicRelease_30_Channel_Id
26     value: 19
27
28   # Whether the build is internal or not
29   - name: IsInternalBuild
30     value: ${{ and(ne(variables['System.TeamProject'], 'public'), contains(variables['Build.SourceBranch'], 'internal')) }}
31
32   # Storage account name for proxy-backed feeds
33   - name: ProxyBackedFeedsAccountName
34     value: dotnetfeed
35
36   # Default Maestro++ API Endpoint and API Version
37   - name: MaestroApiEndPoint
38     value: "https://maestro-prod.westus2.cloudapp.azure.com"
39   - name: MaestroApiAccessToken
40     value: $(MaestroAccessToken)
41   - name: MaestroApiVersion
42     value: "2019-01-16"
43
44   - name: SourceLinkCLIVersion
45     value: 3.0.0
46   - name: SymbolToolVersion
47     value: 1.0.1