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