From ffd4e4bf898ad342a9f818e70ed2fffebaa2f33a Mon Sep 17 00:00:00 2001 From: William Godbe <wigodbe@microsoft.com> Date: Wed, 30 Oct 2019 11:45:13 -0700 Subject: [PATCH] Add variable group --- .azure/pipelines/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 4bd72bd3172..acbe5357a32 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -65,6 +65,9 @@ variables: valule: test - name: _PublishArgs 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 stages: - stage: build -- GitLab