From 753a4f21bade3e898185a3008435af68afe95ecd Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Thu, 11 Feb 2021 15:00:25 +0000 Subject: [PATCH] .NET somewhat mysterious --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0a12e7d..fe8e8e5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,5 +18,5 @@ build_script: - meson build "-Dextra_include_dirs=C:\Program Files\libsndfile\include" "-Dextra_lib_dirs=C:\Program Files\libsndfile\lib" - ninja -C build # And test the .NET FFI interface build, which is completely separate - - msbuild dotnet\rubberband.sln + - msbuild dotnet\rubberband.sln /t:Restore;Build