From 9ea406ecb8770472c6599c050f7a44f3a14548bd Mon Sep 17 00:00:00 2001 From: David Justo Date: Fri, 22 Mar 2024 17:03:04 -0700 Subject: [PATCH] fix indentation --- azure-pipelines-release-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-release-nightly.yml b/azure-pipelines-release-nightly.yml index 81ee08c88..968b14960 100644 --- a/azure-pipelines-release-nightly.yml +++ b/azure-pipelines-release-nightly.yml @@ -19,7 +19,7 @@ pool: variables: - name: PackageSuffix - value: 'ci.$(Build.BuildNumber)' # the "ci" section is to denote this payload is automatically released by the CI + value: 'ci.$(Build.BuildNumber)' # the "ci" section is to denote this payload is automatically released by the CI steps: # Configure all the .NET SDK versions we need