File tree Expand file tree Collapse file tree 5 files changed +6
-19
lines changed Expand file tree Collapse file tree 5 files changed +6
-19
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,6 @@ pr: none
10
10
variables :
11
11
- name : teamName
12
12
value : Roslyn-Project-System
13
- - name : _DotNetPublishToBlobFeed
14
- value : false
15
- - name : _DotNetArtifactsCategory
16
- value : .NETCore
17
- - name : _DotNetValidationArtifactsCategory
18
- value : .NETCore
19
13
- name : _PublishToAzure
20
14
value : false
21
15
- name : PostBuildSign
@@ -52,6 +46,7 @@ stages:
52
46
- _SignArgs : ' '
53
47
- _InternalRuntimeDownloadArgs : ' '
54
48
steps :
49
+ - template : /eng/common/templates/steps/enable-internal-runtimes.yml
55
50
- powershell : eng\common\build.ps1
56
51
-restore
57
52
-ci
@@ -67,7 +62,6 @@ stages:
67
62
displayName : Build
68
63
env :
69
64
BuildConfig : $(_BuildConfig)
70
- BlobFeedUrl : $(PB_PublishBlobFeedUrl)
71
65
PublishType : $(_PublishType)
72
66
TestFullMSBuild : ' true'
73
67
SYSTEM_ACCESSTOKEN : $(System.AccessToken)
Original file line number Diff line number Diff line change @@ -22,11 +22,8 @@ variables:
22
22
- name : _InternalRuntimeDownloadArgs
23
23
value : ' '
24
24
- ${{ if ne(variables['System.TeamProject'], 'public') }} :
25
- - name : _DotNetPublishToBlobFeed
26
- value : true
27
25
- name : Codeql.Enabled
28
26
value : true
29
- - group : DotNetBuilds storage account read tokens
30
27
- name : _InternalRuntimeDownloadArgs
31
28
value : /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal
32
29
/p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
@@ -104,6 +101,7 @@ extends:
104
101
value : ' '
105
102
- template : /eng/common/templates-official/job/source-build.yml@self
106
103
parameters :
104
+ enableInternalSources : true
107
105
platform :
108
106
name : ' Managed'
109
107
container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-3e800f1-20190501005343'
Original file line number Diff line number Diff line change 17
17
variables :
18
18
- name : teamName
19
19
value : Roslyn-Project-System
20
- - name : _DotNetPublishToBlobFeed
21
- value : false
22
20
- name : _CIBuild
23
21
value : -restore -build -sign -pack -ci
24
- - name : _DotNetArtifactsCategory
25
- value : .NETCore
26
- - name : _DotNetValidationArtifactsCategory
27
- value : .NETCore
28
22
- name : PostBuildSign
29
23
value : true
30
24
- ${{ if eq(variables['System.TeamProject'], 'public') }} :
31
25
- name : _InternalRuntimeDownloadArgs
32
26
value : ' '
33
27
- ${{ if ne(variables['System.TeamProject'], 'public') }} :
34
- - name : _DotNetPublishToBlobFeed
35
- value : true
36
28
- name : Codeql.Enabled
37
29
value : true
38
- - group : DotNetBuilds storage account read tokens
39
30
- name : _InternalRuntimeDownloadArgs
40
31
value : /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal
41
32
/p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
@@ -85,6 +76,7 @@ stages:
85
76
_Test : ' '
86
77
- template : /eng/common/templates/job/source-build.yml
87
78
parameters :
79
+ enableInternalSources : true
88
80
platform :
89
81
name : ' Managed'
90
82
container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-3e800f1-20190501005343'
Original file line number Diff line number Diff line change 64
64
arguments : -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token
65
65
env :
66
66
Token : $(dn-bot-dnceng-artifact-feeds-rw)
67
+ - template : /eng/common/templates/steps/enable-internal-runtimes.yml
68
+
67
69
- ${{ if eq(parameters.agentOs, 'Windows_NT') }} :
68
70
- powershell : eng\common\build.ps1
69
71
$(_CIBuild)
Original file line number Diff line number Diff line change 75
75
arguments : -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token
76
76
env :
77
77
Token : $(dn-bot-dnceng-artifact-feeds-rw)
78
+ - template : /eng/common/templates-official/steps/enable-internal-runtimes.yml
78
79
- ${{ if eq(parameters.agentOs, 'Windows_NT') }} :
79
80
- powershell : eng\common\build.ps1
80
81
$(_CIBuild)
You can’t perform that action at this time.
0 commit comments