From 86ea3d2dedf26b78b08bc6f76644c6b743ccf38c Mon Sep 17 00:00:00 2001 From: tian-lt Date: Wed, 16 Aug 2023 14:27:13 +0800 Subject: [PATCH] resolve a comment --- build/pipelines/templates/build-single-architecture.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pipelines/templates/build-single-architecture.yaml b/build/pipelines/templates/build-single-architecture.yaml index 6669f709..ff5be3b4 100644 --- a/build/pipelines/templates/build-single-architecture.yaml +++ b/build/pipelines/templates/build-single-architecture.yaml @@ -37,7 +37,7 @@ jobs: - checkout: self fetchDepth: 1 - - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}: + - ${{ if eq(parameters.isOSSBuild, true) }}: - task: nuget-security-analysis@0 displayName: Secure Supply Chain Analysis