From 7411b5ea8fe59c6b56b08ac32b68c4c6c6546fe9 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sat, 4 Jul 2020 12:14:49 +0200 Subject: [PATCH] shouldm't have changed AppVeyor's own uris --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c6e80ec..31a3ac4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ for: - image: Visual Studio 2013 before_build: - appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/v4.9.2/nuget.exe - - appveyor DownloadFile https://raw.githubusercontent.com/appveyor/ci/main/scripts/nuget-restore.cmd + - appveyor DownloadFile https://raw.githubusercontent.com/appveyor/ci/master/scripts/nuget-restore.cmd - nuget-restore XMLUnit.NET.NetFramework.sln cache: - packages -> **\packages.config