From 961ed8992c2413014907a84ca13f8071686d4520 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Wed, 14 Feb 2018 16:30:35 -0800 Subject: [PATCH] Add SITE_EXTENSION_SDK_VERSION override (#151) --- build/repo.targets | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/build/repo.targets b/build/repo.targets index 7dfd281b16..0758b39d66 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -2,13 +2,15 @@ - <_SdkVersion>$([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName('$(MSBuildExtensionsPath)')))) + True + <_SdkVersion>$(SITE_EXTENSION_SDK_VERSION) + <_SdkVersion Condition="'$(_SdkVersion)' == ''">$([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName('$(MSBuildExtensionsPath)')))) $(RepositoryRoot).test-dotnet\ $(RepositoryRoot)artifacts\apps $(TestDotNetPath)extension\ $(RepositoryRoot)artifacts\build $(RepositoryRoot)\test\Microsoft.AspNetCore.AzureAppServices.FunctionalTests\ - https://dotnet.myget.org/F/aspnetcore-ci-dev/ + https://dotnet.myget.org/F/aspnetcore-release/ @@ -22,10 +24,14 @@ - - + + + + + + - + @@ -71,6 +77,10 @@ + + + +