Skip to content

Commit 2a2496f

Browse files
committed
minor cleanup
1 parent 97a6059 commit 2a2496f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ init:
99
git config --global core.autocrlf true
1010

1111
# history limited to 15 commits, since we ran into trouble with a limit of 3
12-
# the limit can be rather
12+
# the limit can be rather generous
1313
clone_depth: 15
1414
# explicitly do not shallow-clone.
1515
# Line-Endings are wrong on github, because of CRLF fixing
@@ -48,9 +48,6 @@ dotnet_csproj:
4848
file: 'RubberduckBaseProject.csproj' # ;*\Rubberduck.Core.csproj'
4949
version: '{version}'
5050
assembly_version: '{version}'
51-
# patching fails if we try to patch properties we didn't define
52-
#file_version: '{version}'
53-
#informational_version: '{version}'
5451

5552

5653
before_build:

0 commit comments

Comments
 (0)