From 59eeebee870332ea2b9085688ba524c69311f662 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Fri, 17 Jul 2015 08:26:04 +0100 Subject: First pass at the big rename from ProtocolBuffers to Google.Protobuf. We'll see what I've missed when CI fails... --- appveyor.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appveyor.bat') diff --git a/appveyor.bat b/appveyor.bat index c50616f3..356a13f8 100644 --- a/appveyor.bat +++ b/appveyor.bat @@ -20,8 +20,8 @@ goto :EOF echo Building C# cd csharp\src nuget restore -msbuild ProtocolBuffers.sln /p:Platform="Any CPU" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" || goto error -nunit-console ProtocolBuffers.Test\bin\%configuration%\Google.Protobuf.Test.dll || goto error +msbuild Google.Protobuf.sln /p:Platform="Any CPU" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" || goto error +nunit-console Google.Protobuf.Test\bin\%configuration%\Google.Protobuf.Test.dll || goto error goto :EOF :error -- cgit v1.2.3