From 38494791f1ed9a92f73596cf548e7360fd94d8b7 Mon Sep 17 00:00:00 2001 From: Michael Yanni Date: Wed, 14 Feb 2024 13:50:10 -0800 Subject: [PATCH] Minor whitespace cleanup. --- .vsts-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 655c9d190..ce14c3e58 100644 --- a/.vsts-ci.yml +++ b/.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