Try installing in Universe
This commit is contained in:
parent
b252069dad
commit
9a1f6c3a4e
|
|
@ -23,7 +23,6 @@
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="_BuildRepositories" DependsOnTargets="GetRepoBatches" Condition=" @(RepositoryBuildOrder->Count()) != 0 ">
|
<Target Name="_BuildRepositories" DependsOnTargets="GetRepoBatches" Condition=" @(RepositoryBuildOrder->Count()) != 0 ">
|
||||||
|
|
||||||
<MSBuild
|
<MSBuild
|
||||||
Projects="@(BatchedRepository)"
|
Projects="@(BatchedRepository)"
|
||||||
BuildInParallel="true"
|
BuildInParallel="true"
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,11 @@
|
||||||
Feed="$(DotNetAssetRootUrl)"
|
Feed="$(DotNetAssetRootUrl)"
|
||||||
FeedCredential="$(DotNetAssetRootAccessTokenSuffix)" />
|
FeedCredential="$(DotNetAssetRootAccessTokenSuffix)" />
|
||||||
|
|
||||||
|
<!-- These items are temporary, they should be removed when our repos update to netcoreapp3.0 -->
|
||||||
|
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp20PackageVersion)" />
|
||||||
|
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp21PackageVersion)" />
|
||||||
|
<DotNetCoreRuntime Include="$(MicrosoftNETCoreApp22PackageVersion)" />
|
||||||
|
|
||||||
<DotNetCoreRuntime Condition="'$(OS)' == 'Windows_NT'"
|
<DotNetCoreRuntime Condition="'$(OS)' == 'Windows_NT'"
|
||||||
Include="$(MicrosoftNETCoreApp30PackageVersion)"
|
Include="$(MicrosoftNETCoreApp30PackageVersion)"
|
||||||
Arch="x86"
|
Arch="x86"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue