Skip to content

Commit

Permalink
Try to use modern nuget version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pruiz committed Dec 5, 2020
1 parent 45b21f3 commit fb034e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Expand Up @@ -8,8 +8,8 @@ assembly_info:
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: $(APPVEYOR_REPO_BRANCH):$(APPVEYOR_REPO_COMMIT)
install:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/install-nuget-3-3-0.ps1'))
#install:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/install-nuget-3-3-0.ps1'))
before_build:
- cmd: |
setlocal enabledelayedexpansion
Expand Down

0 comments on commit fb034e1

Please sign in to comment.