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:
KM198912 2021-01-13 09:01:27 +01:00 committed by GitHub
parent 86dfa0879f
commit 053902b3ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>