File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 3535 value : /p:DotNetSignType=$(SignType)
3636 - name : TargetArchitecture
3737 value : ${{ parameters.targetArchitecture }}
38- - ${{ if eq(variables['System.TeamProject'], 'public') }} :
39- - name : _InternalRuntimeDownloadArgs
40- value : ' '
41- - ${{ if ne(variables['System.TeamProject'], 'public') }} :
42- - group : DotNet-MSRC-Storage
43- - name : _InternalRuntimeDownloadArgs
44- value : >-
45- /p:DotNetRuntimeSourceFeed=https://dotnetclimsrc.blob.core.windows.net/dotnet
46- /p:DotNetRuntimeSourceFeedKey=$(dotnetclimsrc-read-sas-token-base64)
4738
4839 steps :
4940 - ${{ if ne(variables['System.TeamProject'], 'public') }} :
7566 build.cmd -ci -test
7667 $(CommonMSBuildArgs)
7768 $(MsbuildSigningArguments)
78- $(_InternalRuntimeDownloadArgs)
7969 displayName: Build
8070
8171 - template : /eng/pipelines/steps/upload-job-artifacts-PR.yml
Original file line number Diff line number Diff line change 2828 value : /p:DotNetSignType=$(SignType)
2929 - name : TargetArchitecture
3030 value : ${{ parameters.targetArchitecture }}
31- - group : DotNet-MSRC-Storage
32- - name : _InternalRuntimeDownloadArgs
33- value : >-
34- /p:DotNetRuntimeSourceFeed=https://dotnetclimsrc.blob.core.windows.net/dotnet
35- /p:DotNetRuntimeSourceFeedKey=$(dotnetclimsrc-read-sas-token-base64)
3631 templateContext :
3732 outputs :
3833 - output : buildArtifacts
7469 build.cmd -ci -test
7570 $(CommonMSBuildArgs)
7671 $(MsbuildSigningArguments)
77- $(_InternalRuntimeDownloadArgs)
7872 displayName: Build
7973
8074 # Generate SBOM
You can’t perform that action at this time.
0 commit comments