Browse Source

Disable Dockerfile detection. (#1407)

pull/1408/head
Phillip Hoff 4 years ago
committed by GitHub
parent
commit
f8db5afebd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      azure-pipelines.yml

2
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')) }}:

Loading…
Cancel
Save