diff options
| -rw-r--r-- | .appveyor.yml | 4 |
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 |
