diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml
index 4bd72bd3172cad1b3f0b61df31d3be00252a723d..acbe5357a32d756060183ce72887f7a70abb5b1f 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