瀏覽代碼

Remove csharp tests from appveyor.

Change-Id: Ifeaa1bbc946ea5160d1a132004ff3862a7112795
Feng Xiao 9 年之前
父節點
當前提交
f56542f8b5
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      appveyor.yml

+ 0 - 4
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