Fix for when InstallSharedRuntimeFromPreviousBuild is true and AspNetCoreFxFeed is set
This commit is contained in:
parent
b550d934d9
commit
019210ff0a
|
|
@ -55,6 +55,12 @@
|
||||||
Arch="x86"
|
Arch="x86"
|
||||||
Feed="$(DotNetAssetRootUrl)"
|
Feed="$(DotNetAssetRootUrl)"
|
||||||
FeedCredential="$(DotNetAssetRootAccessTokenSuffix)" />
|
FeedCredential="$(DotNetAssetRootAccessTokenSuffix)" />
|
||||||
|
|
||||||
|
<!--
|
||||||
|
The build doesn't support compiling the shared runtime on one machine along with running tests,
|
||||||
|
so this is enables installing the shared runtime from a previous build.
|
||||||
|
-->
|
||||||
|
<AspNetCoreRuntime Include="$(PackageVersion)" Feed="$(AspNetCoreFxFeed)" Condition="'$(InstallSharedRuntimeFromPreviousBuild)' == 'true'" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!-- Properties for publishing -->
|
<!-- Properties for publishing -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue