diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index c4324dafc7..03a308b6e1 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -60,7 +60,7 @@ jobs: Write-Host "Working folder: $pwd" $ubuild = build/build.ps1 -get - $uenv.CompileUmbraco() + $ubuild.CompileUmbraco() $ubuild.PreparePackages()