We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a6059 commit 2a2496fCopy full SHA for 2a2496f
appveyor.yml
@@ -9,7 +9,7 @@ init:
9
git config --global core.autocrlf true
10
11
# history limited to 15 commits, since we ran into trouble with a limit of 3
12
-# the limit can be rather
+# the limit can be rather generous
13
clone_depth: 15
14
# explicitly do not shallow-clone.
15
# Line-Endings are wrong on github, because of CRLF fixing
@@ -48,9 +48,6 @@ dotnet_csproj:
48
file: 'RubberduckBaseProject.csproj' # ;*\Rubberduck.Core.csproj'
49
version: '{version}'
50
assembly_version: '{version}'
51
- # patching fails if we try to patch properties we didn't define
52
- #file_version: '{version}'
53
- #informational_version: '{version}'
54
55
56
before_build:
0 commit comments