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

Commit

Permalink
Fix appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Dec 11, 2017
1 parent 9c7f6b4 commit e955944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ assembly_info:

skip_tags: true

image: Visual Studio 2015
image: Visual Studio 2017

configuration: Release

environment:
VisualStudioVersion: 14.0

cache:
- '%USERPROFILE%\.nuget\packages -> **\project.json'
- 'obj\tools -> tools\**'
VisualStudioVersion: 15.0

before_build:
- ps: .\init.ps1
Expand Down
1 change: 1 addition & 0 deletions src/GitLinkTask/GitLinkTask.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PackageTags>git pdb</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/GitTools/GitLink/$(APPVEYOR_REPO_COMMIT)/design/logo/logo_64.png</PackageIconUrl>
<Description>GitLink let's users step through your code hosted on any Git hosting service! This makes symbol servers obsolete which saves you both time</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<!-- A project that consumes this one is a development dependency and as such, should not chain in any others. -->
<ItemDefinitionGroup>
Expand Down

0 comments on commit e955944

Please sign in to comment.