Skip to content

Commit

Permalink
Replace assembly_info with dotnet_csproj for patching
Browse files Browse the repository at this point in the history
  • Loading branch information
duffleit committed Jul 20, 2020
1 parent 217f2cb commit 4d6e797
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@ build:
project: fluentOptionals.sln
verbosity: detailed
publish_nuget: true

assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'


deploy:
- provider: NuGet
api_key:
Expand All @@ -26,6 +19,15 @@ deploy:
branch: master
appveyor_repo_tag: true

dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'

environment:
COVERALLS_REPO_TOKEN:
secure: jLz7jnb3ocqE8cxrWdbDQRcl+OchEBHc/3jn5H2/eKUptxiFDqptR3YiwOmUCfmV

0 comments on commit 4d6e797

Please sign in to comment.