mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-11 02:31:22 +00:00
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
This commit is contained in:
parent
86dfa0879f
commit
053902b3ea
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@
|
|||
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;
|
||||
https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json
|
||||
https://ci.appveyor.com/nuget/xsharp
|
||||
</RestoreSources>
|
||||
|
||||
<RestoreSources Condition="Exists($(DefaultPackageOutputPath))">$(RestoreSources);$(DefaultPackageOutputPath)</RestoreSources>
|
||||
|
|
|
|||
Loading…
Reference in a new issue