From ef206b7b0257752d619fb978a5e501c70bba0503 Mon Sep 17 00:00:00 2001 From: Michael Peng Date: Mon, 8 May 2023 10:43:38 -0700 Subject: [PATCH] Correct pipeline logging statement --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aacfbd6..2e07109 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,7 +55,7 @@ steps: $isReleaseBuild = $false if (-not([bool]::TryParse($env:IsReleaseBuild, [ref] $isReleaseBuild))) { - throw "SimulateReleaseBuild can only be set to true or false." + throw "IsReleaseBuild can only be set to true or false." } # We only generate an SBOM for release or simulated release builds