aboutsummaryrefslogtreecommitdiffhomepage
path: root/appveyor.bat
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2015-07-17 08:26:04 +0100
committerGravatar Jon Skeet <jonskeet@google.com>2015-07-17 08:26:04 +0100
commit59eeebee870332ea2b9085688ba524c69311f662 (patch)
tree4300e8aeaff6a3b706c398496a692f5ed25f43b7 /appveyor.bat
parent0f442a7533b1d06ce0092b28f10af481b99e1369 (diff)
First pass at the big rename from ProtocolBuffers to Google.Protobuf.
We'll see what I've missed when CI fails...
Diffstat (limited to 'appveyor.bat')
-rw-r--r--appveyor.bat4
1 files changed, 2 insertions, 2 deletions
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