Skip to content

Commit

Permalink
Stop overzealously patching version attributes we're not using
Browse files Browse the repository at this point in the history
  • Loading branch information
Vogel612 committed Oct 7, 2018
1 parent 7a2bb5c commit 4159392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ install:
dotnet_csproj:
patch: true
file: 'RubberduckBaseProject.csproj;*\Rubberduck.Core.csproj'
version: '{version}'
#version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
#file_version: '{version}'
#informational_version: '{version}'


before_build:
Expand Down

0 comments on commit 4159392

Please sign in to comment.