From 5f48021fe9494f670b80a759c281f3956b4fc94b Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 15 Jul 2022 16:04:02 -0700 Subject: [PATCH] Fix yml failure --- .vsts-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 7f3876809..3a353121d 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -99,7 +99,7 @@ stages: # Never run tests on arm64 _TestArg: '' - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - template: /eng/build.yml parameters: agentOs: Windows_NT @@ -275,7 +275,7 @@ stages: _BuildArchitecture: 'x64' _TestArg: $(_NonWindowsTestArg) - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - template: /eng/build.yml parameters: agentOs: Linux