Browse Source

Removed AssemblyInfo patching from AppVeyor (but now there are 3 files that need version updated...)

pull/1/head
Anairkoen Schno 5 years ago
parent
commit
45b343616d
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      appveyor.yml

+ 0
- 5
appveyor.yml View File

@ -13,11 +13,6 @@ cache:
- '%LocalAppData%\NuGet\v3-cache' # NuGet v3
artifacts:
- path: IPA/bin/$(configuration)
assembly_info:
patch: true
file: IPA*\\Properties\\AssemblyInfo.cs
assembly_version: '$(bsipa_version)'
assembly_file_version: '$(bsipa_version)'
build:
verbosity: normal
project: BSIPA.sln


Loading…
Cancel
Save