a0fc68fa87
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19360.8
21 lines
600 B
YAML
21 lines
600 B
YAML
variables:
|
|
# .NET Core 3 Dev
|
|
PublicDevRelease_30_Channel_Id: 3
|
|
|
|
# .NET Tools - Validation
|
|
PublicValidationRelease_30_Channel_Id: 9
|
|
|
|
# .NET Core 3.0 Internal Servicing
|
|
InternalServicing_30_Channel_Id: 184
|
|
|
|
# .NET Core 3.0 Release
|
|
PublicRelease_30_Channel_Id: 19
|
|
|
|
# Whether the build is internal or not
|
|
IsInternalBuild: ${{ and(ne(variables['System.TeamProject'], 'public'), contains(variables['Build.SourceBranch'], 'internal')) }}
|
|
|
|
# Storage account name for proxy-backed feeds
|
|
ProxyBackedFeedsAccountName: dotnetfeed
|
|
|
|
SourceLinkCLIVersion: 3.0.0
|
|
SymbolToolVersion: 1.0.1
|