Fix variable group
This commit is contained in:
parent
ffd4e4bf89
commit
9f903018d7
|
|
@ -67,7 +67,7 @@ variables:
|
||||||
value: ''
|
value: ''
|
||||||
# used for post-build phases, internal builds only
|
# used for post-build phases, internal builds only
|
||||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
- group: DotNet-Winforms-SDLValidation-Params
|
- group: DotNet-AspNet-SDLValidation-Params
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: build
|
- stage: build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue