From 1d0c714e65b30da43d395fa8f32d23564e8489db Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Fri, 4 Jun 2021 14:07:43 +0100 Subject: [PATCH] These quotes seem unpopular --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 2a1b8a2..825ae67 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -19,4 +19,4 @@ build_script: # Test the VC++ static library build, which is separate - msbuild otherbuilds\rubberband-library.vcxproj /t:Build /p:Configuration=Release # And test the .NET FFI interface build, which is again separate - - msbuild dotnet\rubberband.sln /t:"Restore;Build" + - msbuild dotnet\rubberband.sln /t:Restore;Build