Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Added fix to AppVeyor config suggested by support
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Baggett authored and Tommy Baggett committed Feb 25, 2017
1 parent d6644a5 commit 2110c82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ assembly_info:
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
install:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/fix-xamarin-4-2-2-11.ps1'))
nuget:
disable_publish_on_pr: true
build_script:
Expand Down

0 comments on commit 2110c82

Please sign in to comment.