diff --git a/build/repo.props b/build/repo.props index 47e46e4d51..8e7cd8da94 100644 --- a/build/repo.props +++ b/build/repo.props @@ -8,7 +8,8 @@ - + + diff --git a/build/repo.targets b/build/repo.targets index f439b699ae..4917e5f392 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -9,10 +9,10 @@ <_SdkFeed Condition="'$(_SdkFeed)' == ''">$(DefaultDotNetAssetFeed) $(RepositoryRoot).test-dotnet\ $(RepositoryRoot)artifacts\apps - $(TestDotNetPath)extension\ + $(TestDotNetPath)extension\$(SiteExtensionArch)\ $(RepositoryRoot)artifacts\build $(RepositoryRoot)\test\Microsoft.AspNetCore.AzureAppServices.FunctionalTests\ - https://dotnet.myget.org/F/aspnetcore-dev/ + https://dotnet.myget.org/F/aspnetcore-release/ @@ -28,7 +28,7 @@ - + @@ -37,7 +37,7 @@ @@ -76,13 +76,21 @@ - + - + + + + + + + + + + Properties="%(SiteExtensions.BuildProperties);DotnetHomeDirectory=$(SiteExtensionWorkingDirectory);BuildNumber=$(BuildNumber);PackageOutputPath=$(SiteExtensionOutputDirectory)" /> diff --git a/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/Microsoft.AspNetCore.Runtime.SiteExtension.csproj b/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/Microsoft.AspNetCore.Runtime.SiteExtension.csproj index 2e52e98955..6c52b68215 100644 --- a/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/Microsoft.AspNetCore.Runtime.SiteExtension.csproj +++ b/extensions/Microsoft.AspNetCore.Runtime.SiteExtension/Microsoft.AspNetCore.Runtime.SiteExtension.csproj @@ -1,10 +1,11 @@  - ASP.NET Core Runtime Extensions + $(VersionPrefix.Substring(0, $(VersionPrefix.LastIndexOf('.')))) + ASP.NET Core $(TrimmedVersion) ($(RuntimeArch)) Runtime This site extension installs Microsoft.AspNetCore.All, Microsoft.AspNetCore.App and Microsoft.NetCore.App shared runtimes. aspnetcore;AzureSiteExtension - AspNetCoreRuntime + AspNetCoreRuntime.$(TrimmedVersion).$(RuntimeArch) @@ -12,7 +13,7 @@ - +