From 27d5aefc2d1c08c6c5263c8d58724ec0a68746b9 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Tue, 6 Jul 2021 15:04:48 +0200 Subject: [PATCH] add missing variable in azure pipeline script and removed the auto generation of files until we figure out how to support both windows and linux for those. --- build/azure-pipelines.yml | 1 + src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index afb3d3f618..d95949d865 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -357,6 +357,7 @@ stages: $version = $ubuild.GetUmbracoVersion() + $isRelease = [regex]::matches($env:BUILD_SOURCEBRANCH,"v\d+\/\d+.\d+.*") if ($isRelease.Count -gt 0){ $continuous = $version.Semver diff --git a/src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj b/src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj index fc273da363..9ebbc7b562 100644 --- a/src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj +++ b/src/Umbraco.Web.UI.NetCore/Umbraco.Web.UI.NetCore.csproj @@ -102,10 +102,10 @@ - + - +