From e572bb4bf77d1e8bb10ec3dabcdd0e4c24fa1779 Mon Sep 17 00:00:00 2001 From: "Michael Simons (VISUAL STUDIO)" Date: Tue, 19 Apr 2022 21:55:58 +0000 Subject: [PATCH] Merged PR 22459: Update source-build to AspNetCoreSharedFxInstallerRid property rename AspNetCoreSharedFxInstallerRid was renamed to AspNetCoreInstallerRid in https://dev.azure.com/dnceng/internal/_git/dotnet-installer/commit/7ce479f5e7ddfcacea4d61b9d96002edd8afa479. --- src/SourceBuild/tarball/content/repos/installer.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SourceBuild/tarball/content/repos/installer.proj b/src/SourceBuild/tarball/content/repos/installer.proj index 712d7cd14..e34337b85 100644 --- a/src/SourceBuild/tarball/content/repos/installer.proj +++ b/src/SourceBuild/tarball/content/repos/installer.proj @@ -25,7 +25,7 @@ $(BuildCommandArgs) /p:Rid=$(TargetRid) $(BuildCommandArgs) /p:DOTNET_INSTALL_DIR=$(DotNetCliToolDir) - $(BuildCommandArgs) /p:AspNetCoreSharedFxInstallerRid=linux-$(Platform) + $(BuildCommandArgs) /p:AspNetCoreInstallerRid=linux-$(Platform) $(BuildCommandArgs) /p:CoreSetupRid=freebsd-x64 /p:PortableBuild=true $(BuildCommandArgs) /p:CoreSetupRid=osx-x64