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 @@ + + + +