Cosmos/build/Targets/RestoreSources.props
KM198912 053902b3ea
Update RestoreSources.props
myget currently has a issue where it cant find roslyn-tools, so disable it for the time being so the devkit builds
2021-01-13 09:01:27 +01:00

18 lines
742 B
XML

<Project>
<PropertyGroup>
<_CosmosLocalPackageFeed>$(AppData)\Cosmos User Kit\packages\</_CosmosLocalPackageFeed>
<RestoreSources>
https://api.nuget.org/v3/index.json;
https://www.myget.org/F/cosmos/api/v3/index.json;
https://ci.appveyor.com/nuget/cosmos-common;
https://ci.appveyor.com/nuget/il2cpu;
https://ci.appveyor.com/nuget/xsharp
</RestoreSources>
<RestoreSources Condition="Exists($(DefaultPackageOutputPath))">$(RestoreSources);$(DefaultPackageOutputPath)</RestoreSources>
<RestoreSources Condition="Exists($(_CosmosLocalPackageFeed))">$(RestoreSources);$(_CosmosLocalPackageFeed)</RestoreSources>
</PropertyGroup>
</Project>