From 053902b3eae67e67e1d53bd6404665597e369cd2 Mon Sep 17 00:00:00 2001 From: KM198912 <55886806+KM198912@users.noreply.github.com> Date: Wed, 13 Jan 2021 09:01:27 +0100 Subject: [PATCH] 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 --- build/Targets/RestoreSources.props | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/Targets/RestoreSources.props b/build/Targets/RestoreSources.props index 0043818b3..30d427524 100644 --- a/build/Targets/RestoreSources.props +++ b/build/Targets/RestoreSources.props @@ -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);$(DefaultPackageOutputPath)