Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Apr 5, 2022
1 parent 90a715a commit 6a9a4ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ skip_commits:
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{build_version}'
package_version: '{build_version}'
assembly_version: '{build_version}'
file_version: '{build_version}'
informational_version: '{build_version}'
version: $(build_version)
package_version: $(build_version)
assembly_version: $(build_version)
file_version: $(build_version)
informational_version: $(build_version)
install:
- cmd: dotnet tool install -g InheritDocTool
build_script:
Expand Down

0 comments on commit 6a9a4ad

Please sign in to comment.