@@ -48,7 +48,7 @@ variables:
48
48
- group : DotNet-MSRC-Storage
49
49
- name : _InternalRuntimeDownloadArgs
50
50
value : -DotNetRuntimeSourceFeed https://dotnetclimsrc.blob.core.windows.net/dotnet -DotNetRuntimeSourceFeedKey $(dotnetclimsrc-read-sas-token-base64) /p:DotNetAssetRootAccessTokenSuffix='$(dotnetclimsrc-read-sas-token-base64)'
51
- # The code signing doesn't use the aspnet build scripts, so the msbuild parameers have
51
+ # The code signing doesn't use the aspnet build scripts, so the msbuild parameters have
52
52
# to be passed directly. This is awkward, since we pass the same info above, but we have
53
53
# to have it in two different forms
54
54
- name : _InternalRuntimeDownloadCodeSignArgs
@@ -100,14 +100,6 @@ stages:
100
100
jobDisplayName : Code check
101
101
agentOs : Windows
102
102
steps :
103
- - ${{ if ne(variables['System.TeamProject'], 'public') }} :
104
- - task : PowerShell@2
105
- displayName : Setup Private Feeds Credentials
106
- inputs :
107
- filePath : $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1
108
- arguments : -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token
109
- env :
110
- Token : $(dn-bot-dnceng-artifact-feeds-rw)
111
103
- powershell : ./eng/scripts/CodeCheck.ps1 -ci $(_InternalRuntimeDownloadArgs)
112
104
displayName : Run eng/scripts/CodeCheck.ps1
113
105
artifacts :
@@ -135,15 +127,6 @@ stages:
135
127
# This is intentional to workaround https://github.com/dotnet/arcade/issues/1957 which always re-submits for code-signing, even
136
128
# if they have already been signed. This results in slower builds due to re-submitting the same .nupkg many times for signing.
137
129
# The sign settings have been configured to
138
- - ${{ if ne(variables['System.TeamProject'], 'public') }} :
139
- - task : PowerShell@2
140
- displayName : Setup Private Feeds Credentials
141
- inputs :
142
- filePath : $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1
143
- arguments : -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token
144
- env :
145
- Token : $(dn-bot-dnceng-artifact-feeds-rw)
146
-
147
130
- script : ./build.cmd
148
131
-ci
149
132
-arch x64
@@ -325,14 +308,6 @@ stages:
325
308
agentOs : Linux
326
309
useHostedUbuntu : false
327
310
steps :
328
- - ${{ if ne(variables['System.TeamProject'], 'public') }} :
329
- - task : Bash@3
330
- displayName : Setup Private Feeds Credentials
331
- inputs :
332
- filePath : $(Build.SourcesDirectory)/eng/common/SetupNugetSources.sh
333
- arguments : $(Build.SourcesDirectory)/NuGet.config $Token
334
- env :
335
- Token : $(dn-bot-dnceng-artifact-feeds-rw)
336
311
- script : ./build.sh
337
312
--ci
338
313
--arch x64
@@ -564,14 +539,6 @@ stages:
564
539
agentOs : Windows
565
540
isTestingJob : true
566
541
steps :
567
- - ${{ if ne(variables['System.TeamProject'], 'public') }} :
568
- - task : PowerShell@2
569
- displayName : Setup Private Feeds Credentials
570
- inputs :
571
- filePath : $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1
572
- arguments : -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token
573
- env :
574
- Token : $(dn-bot-dnceng-artifact-feeds-rw)
575
542
- script : ./build.cmd -ci -all -pack $(_InternalRuntimeDownloadArgs)
576
543
displayName : Build Repo
577
544
- script : ./src/ProjectTemplates/build.cmd -ci -pack -NoRestore -NoBuilddeps "/p:RunTemplateTests=true /bl:artifacts/log/template.pack.binlog"
@@ -701,7 +668,6 @@ stages:
701
668
# Build the shared framework
702
669
- script : ./build.cmd -ci -all -pack -arch x64 -buildNative /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.daily.build.x64.binlog
703
670
displayName : Build shared fx
704
- # Build the x86 shared framework
705
671
- script : .\restore.cmd -ci /p:BuildInteropProjects=true
706
672
displayName : Restore
707
673
- script : .\build.cmd -ci -NoRestore -test -projects eng\helix\helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:BuildAllProjects=true /p:BuildInteropProjects=true /p:BuildNative=true /p:RunTemplateTests=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
0 commit comments