Minor whitespace cleanup.

This commit is contained in:
Michael Yanni 2024-02-14 13:50:10 -08:00
parent e8ebd70bad
commit 38494791f1

View file

@ -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