Add variable group
This commit is contained in:
parent
cf97684ee7
commit
ffd4e4bf89
|
|
@ -65,6 +65,9 @@ variables:
|
||||||
valule: test
|
valule: test
|
||||||
- name: _PublishArgs
|
- name: _PublishArgs
|
||||||
value: ''
|
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:
|
stages:
|
||||||
- stage: build
|
- stage: build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue