From 4becfdb1ea39cae608a60a7dbd523e61a59aafd7 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Sat, 15 Nov 2025 20:59:58 -0500 Subject: [PATCH] Move task and fix quote --- azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1110c0e..c35edb9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,17 +11,17 @@ trigger: pool: vmImage: 'windows-latest' +variables: + buildConfiguration: 'Release' + +steps: - task: UseDotNet@2 displayName: 'Install .NET Core SDK' inputs: version: 10.x performMultiLevelLookup: true - installationPath: 'C:\Program Files\dotnet` + installationPath: 'C:\Program Files\dotnet' -variables: - buildConfiguration: 'Release' - -steps: - task: GetRevision@1 displayName: 'Get Revision' inputs: