Browse Source

Shouldn't need to explicitly remove the Nuget feed as it's defined in NuGet.config

Former-commit-id: 33b9f113612a476ae9bf0de7bd5c6e58e8e42eed
Former-commit-id: c27ec443e6cacb6840112586462eaff35583785a
Former-commit-id: 1c38cc8e3eedf224728f095909228ea2bb9ee647
af/merge-core
Jeavon 10 years ago
parent
commit
0e802063ba
  1. 4
      appveyor.yml

4
appveyor.yml

@ -1,10 +1,6 @@
version: v1.0.0.{build}
os: Visual Studio 2015
install:
# Remove NuGet v2 source as we want to use v3 for everything
- cmd: nuget sources remove -Name nuget.org
assembly_info:
patch: true
file: '**\AssemblyInfo.*'

Loading…
Cancel
Save