dotnet-installer/eng/common/templates/post-build/common-variables.yml
dotnet-maestro[bot] 4b67762087
Update dependencies from https://github.com/dotnet/arcade build 20190626.2 (#2658)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19326.2
2019-06-26 20:33:53 +00:00

18 lines
509 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')) }}
SourceLinkCLIVersion: 3.0.0
SymbolToolVersion: 1.0.1