aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-08-05 08:36:51 -0700
committerGarrett D'Amore <garrett@damore.org>2017-08-05 08:36:51 -0700
commitc056735c75179b3a8f0aea3a5d99687a6782e311 (patch)
tree440b195800a758318006e285cf1e50a01be0be13
parent2cfa0bca1e10674b871a1441e30b89c5044b348c (diff)
downloadnng-c056735c75179b3a8f0aea3a5d99687a6782e311.tar.gz
nng-c056735c75179b3a8f0aea3a5d99687a6782e311.tar.bz2
nng-c056735c75179b3a8f0aea3a5d99687a6782e311.zip
Remove borken workaround for AppVeyor.
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 5b21563d..b727ef07 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -51,8 +51,8 @@ install:
gem install --no-document --local $asciidoctor
# This section is a workaround for: https://github.com/nanomsg/nanomsg/issues/683
-before_build:
- - del "C:\Program Files (x86)\MSBuild\%VS_VERSION%\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
+#before_build:
+# - del "C:\Program Files (x86)\MSBuild\%VS_VERSION%\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
init:
- cmake --version