Skip to content

Commit 6d3ee37

Browse files
author
John Luo
authored
Merge pull request #20561 from dotnet-maestro-bot/merge/release/3.1-to-master
[automated] Merge branch 'release/3.1' => 'master'
2 parents 2700138 + ea5d9e3 commit 6d3ee37

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.azure/pipelines/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@ variables:
7777
/p:DotNetPublishToBlobFeed=$(_DotNetPublishToBlobFeed)
7878
/p:DotNetPublishUsingPipelines=$(_PublishUsingPipelines)
7979
/p:DotNetArtifactsCategory=$(_DotNetArtifactsCategory)
80+
81+
# used for post-build phases, internal builds only
82+
- group: DotNet-AspNet-SDLValidation-Params
8083
- ${{ if in(variables['Build.Reason'], 'PullRequest') }}:
8184
- name: _BuildArgs
8285
value: ''
8386
- name: _SignType
8487
value: test
8588
- name: _PublishArgs
8689
value: ''
87-
# used for post-build phases, internal builds only
88-
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
89-
- group: DotNet-AspNet-SDLValidation-Params
9090

9191
stages:
9292
- stage: build
@@ -799,7 +799,6 @@ stages:
799799
- CodeSign_Xplat_Linux_musl_x64
800800
- CodeSign_Xplat_Linux_musl_arm64
801801
# In addition to the dependencies above, ensure the build was successful overall.
802-
- Code_check
803802
- Linux_Test
804803
- MacOS_Test
805804
- Source_Build

0 commit comments

Comments
 (0)