From 2880ea39719971226e616d1077788288d6107632 Mon Sep 17 00:00:00 2001 From: John Fleisher Date: Mon, 26 Feb 2024 12:06:28 -0500 Subject: [PATCH] convert formatting tabs to spaces (#7140) * Update nightly.yaml for Azure Pipelines match nightly builds to release builds * Fix nightly.yaml * fix indent * fix indent * convert tabs to spaces for proper formatting in yaml --- scripts/nightly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nightly.yaml b/scripts/nightly.yaml index 4b9698c14..da95812d2 100644 --- a/scripts/nightly.yaml +++ b/scripts/nightly.yaml @@ -247,7 +247,7 @@ stages: displayName: 'Download macOS Arm64 Build' inputs: artifact: 'MacArm64' - path: $(Agent.TempDirectory)\package + path: $(Agent.TempDirectory)\package - task: NuGetToolInstaller@0 inputs: versionSpec: 5.x