@@ -51,7 +51,6 @@ variables:
51
51
# to have it in two different forms
52
52
- name : _InternalRuntimeDownloadCodeSignArgs
53
53
value : /p:DotNetRuntimeSourceFeed=https://dotnetclimsrc.blob.core.windows.net/dotnet /p:DotNetRuntimeSourceFeedKey=$(dotnetclimsrc-read-sas-token-base64)
54
- - ${{ if eq(variables['System.TeamProject'], 'internal') }} :
55
54
- ${{ if notin(variables['Build.Reason'], 'PullRequest') }} :
56
55
# DotNet-Blob-Feed provides: dotnetfeed-storage-access-key-1
57
56
# Publish-Build-Assets provides: MaestroAccessToken, BotAccount-dotnet-maestro-bot-PAT
@@ -73,16 +72,16 @@ variables:
73
72
/p:DotNetPublishToBlobFeed=$(_DotNetPublishToBlobFeed)
74
73
/p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
75
74
/p:DotNetArtifactsCategory=$(_DotNetArtifactsCategory)
75
+
76
+ # used for post-build phases, internal builds only
77
+ - group : DotNet-AspNet-SDLValidation-Params
76
78
- ${{ if in(variables['Build.Reason'], 'PullRequest') }} :
77
79
- name : _BuildArgs
78
80
value : ' '
79
81
- name : _SignType
80
82
value : test
81
83
- name : _PublishArgs
82
84
value : ' '
83
- # used for post-build phases, internal builds only
84
- - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }} :
85
- - group : DotNet-AspNet-SDLValidation-Params
86
85
87
86
stages :
88
87
- stage : build
@@ -699,7 +698,6 @@ stages:
699
698
- CodeSign_Xplat_Linux_musl_x64
700
699
- CodeSign_Xplat_Linux_musl_arm64
701
700
# In addition to the dependencies above, ensure the build was successful overall.
702
- - Code_check
703
701
- Linux_Test
704
702
- MacOS_Test
705
703
- Source_Build
0 commit comments