Phillip Hoff
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
azure-pipelines.yml
|
|
@ -11,6 +11,8 @@ variables: |
|
|
value: true |
|
|
value: true |
|
|
- name: _BuildConfig |
|
|
- name: _BuildConfig |
|
|
value: Release |
|
|
value: Release |
|
|
|
|
|
- name: DisableDockerDetector |
|
|
|
|
|
value: true |
|
|
|
|
|
|
|
|
# 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')) }}: |
|
|
|