Minor whitespace cleanup.
This commit is contained in:
parent
e8ebd70bad
commit
38494791f1
1 changed files with 5 additions and 5 deletions
10
.vsts-ci.yml
10
.vsts-ci.yml
|
@ -52,11 +52,11 @@ stages:
|
|||
- publish: $(Build.SourcesDirectory)\eng\buildConfiguration
|
||||
artifact: buildConfiguration
|
||||
displayName: Publish Build Config
|
||||
|
||||
|
||||
## PR-only jobs
|
||||
|
||||
|
||||
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
|
||||
|
||||
|
||||
## Windows
|
||||
|
||||
- template: eng/build.yml
|
||||
|
@ -149,9 +149,9 @@ stages:
|
|||
runTests: true
|
||||
|
||||
## Official/PGO instrumentation Builds
|
||||
|
||||
|
||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||
|
||||
|
||||
## Windows
|
||||
|
||||
- template: eng/build.yml
|
||||
|
|
Loading…
Reference in a new issue