2019-06-13 12:10:50 +00:00
|
|
|
variables:
|
|
|
|
# .NET Core 3 Dev
|
|
|
|
PublicDevRelease_30_Channel_Id: 3
|
|
|
|
|
|
|
|
# .NET Tools - Validation
|
|
|
|
PublicValidationRelease_30_Channel_Id: 9
|
|
|
|
|
2019-06-26 20:33:53 +00:00
|
|
|
# .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')) }}
|
|
|
|
|
2019-07-11 12:25:27 +00:00
|
|
|
# Storage account name for proxy-backed feeds
|
|
|
|
ProxyBackedFeedsAccountName: dotnetfeed
|
|
|
|
|
2019-06-13 12:10:50 +00:00
|
|
|
SourceLinkCLIVersion: 3.0.0
|
|
|
|
SymbolToolVersion: 1.0.1
|