From 9f903018d77434b931938d7172b388f0316ebd0a Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 30 Oct 2019 14:07:15 -0700 Subject: [PATCH] Fix variable group --- .azure/pipelines/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index acbe5357a3..835b8bf0ef 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -67,8 +67,8 @@ variables: value: '' # used for post-build phases, internal builds only - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - - group: DotNet-Winforms-SDLValidation-Params - + - group: DotNet-AspNet-SDLValidation-Params + stages: - stage: build displayName: Build