aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2016-07-26 17:32:35 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2016-07-26 17:32:35 -0700
commitf56542f8b50fe9e35d0adba4007d3596b836ae65 (patch)
tree41ea83cdc60cbe64e26c6e0258e965c5823651e4
parentdc0986155aac6e37abf376517674f033954ef707 (diff)
downloadprotobuf-2.7.0.tar.gz
protobuf-2.7.0.tar.bz2
protobuf-2.7.0.zip
Remove csharp tests from appveyor.2.7.0
Change-Id: Ifeaa1bbc946ea5160d1a132004ff3862a7112795
-rw-r--r--appveyor.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ce797c69..a2566d8b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -12,8 +12,6 @@ environment:
- language: cpp
BUILD_DLL: ON
- - language: csharp
-
# Our build scripts run tests automatically; we don't want AppVeyor
# to try to detect them itself.
test: off
@@ -22,8 +20,6 @@ install:
- ps: Start-FileDownload https://googlemock.googlecode.com/files/gmock-1.7.0.zip
- 7z x gmock-1.7.0.zip
- rename gmock-1.7.0 gmock
- - ps: Start-FileDownload https://go.microsoft.com/fwlink/?LinkID=809122 -FileName dotnetsdk.exe
- - dotnetsdk.exe /install /quiet /norestart
before_build:
- if %platform%==Win32 set generator=Visual Studio 12