1818variables :
1919 - name : teamName
2020 value : Roslyn-Project-System
21- - name : _DotNetPublishToBlobFeed
22- value : false
2321 - name : _CIBuild
2422 value : -restore -build -sign -pack -ci
25- - name : _DotNetArtifactsCategory
26- value : .NETCore
27- - name : _DotNetValidationArtifactsCategory
28- value : .NETCore
2923 - ${{ if or(startswith(variables['Build.SourceBranch'], 'refs/heads/release/'), startswith(variables['Build.SourceBranch'], 'refs/heads/internal/release/'), eq(variables['Build.Reason'], 'Manual')) }} :
3024 - name : PostBuildSign
3125 value : false
@@ -44,10 +38,9 @@ variables:
4438 value : /p:OfficialBuilder=Microsoft
4539 - name : Codeql.Enabled
4640 value : true
47- - group : DotNetBuilds storage account read tokens
4841 - name : _InternalRuntimeDownloadArgs
49- value : /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal
50- /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
42+ value : /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal
43+ /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
5144 - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }} :
5245 - group : DotNet-CLI-SDLValidation-Params
5346 - template : /eng/common/templates/variables/pool-providers.yml
@@ -64,9 +57,9 @@ stages:
6457 name : $(DncEngInternalBuildPool)
6558 demands : ImageOverride -equals windows.vs2019.amd64
6659 steps :
67- - publish : $(Build.SourcesDirectory)\eng\BuildConfiguration
68- artifact : BuildConfiguration
69- displayName : Publish Build Config
60+ - publish : $(Build.SourcesDirectory)\eng\BuildConfiguration
61+ artifact : BuildConfiguration
62+ displayName : Publish Build Config
7063 - template : /eng/build-pr.yml
7164 parameters :
7265 agentOs : Windows_NT
@@ -94,6 +87,7 @@ stages:
9487 _Test : ' '
9588 - template : /eng/common/templates/job/source-build.yml
9689 parameters :
90+ enableInternalSources : true
9791 platform :
9892 name : ' Managed'
9993 container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
0 commit comments