From f8180f0009f8f8cd37ca417367acc42c77d3333f Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Tue, 6 Jul 2021 10:51:43 +0200 Subject: [PATCH] casing --- build/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index d405a56e6c..bde563fe25 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -25,7 +25,7 @@ stages: vmImage: windows-latest steps: - task: PowerShell@1 - name: setVariable + name: setReleaseVariable displayName: Set isRelease variable inputs: scriptType: inlineScript @@ -477,7 +477,7 @@ stages: - stage: Artifacts_Docs displayName: 'Static Code Documentation' dependsOn: [Determine_build_type] - condition: 'eq(stageDependencies.Determine_build_type.Set_build_variables.outputs['setVariable.IsRelease'], true)' + condition: 'eq(stageDependencies.Determine_build_type.Set_build_variables.outputs['setReleaseVariable.isRelease'], true)' jobs: - job: Generate_Docs_CSharp timeoutInMinutes: 60