From 8345369e2a4b6fd77d4a245361b7cacf23d977f8 Mon Sep 17 00:00:00 2001 From: Livar Date: Mon, 26 Nov 2018 17:12:41 -0800 Subject: [PATCH] Include asp.net in arm builds --- build/BundledRuntimes.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/BundledRuntimes.props b/build/BundledRuntimes.props index 8c1145d1b..5c1bed87d 100644 --- a/build/BundledRuntimes.props +++ b/build/BundledRuntimes.props @@ -100,7 +100,7 @@ <_DownloadAndExtractItem Include="AspNetCoreSharedFxArchiveFile" - Condition="!Exists('$(AspNetCoreSharedFxArchiveFile)') And ( '$(AspNetCoreSharedFxArchiveRid)' == 'linux-arm' OR !$(Architecture.StartsWith('arm')) )"> + Condition="!Exists('$(AspNetCoreSharedFxArchiveFile)')"> $(AspNetCoreSharedFxRootUrl)$(AspNetCoreVersion)/$(AspNetCoreSharedFxArchiveFileName)$(CoreSetupBlobAccessTokenParam) $(AspNetCoreSharedFxArchiveFile) $(AspNetCoreSharedFxPublishDirectory)