Skip to content

Commit

Permalink
Guess you can't set custom variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillig committed May 11, 2020
1 parent bb99047 commit 8b7eef8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
version: '5.2.0'
version: '5.2.0.{build}'

dotnet_csproj:
version_prefix: '5.2.0'
patch: true
file: 'src\**\*.csproj'

configuration: Release

Expand All @@ -17,11 +22,6 @@ clone_depth: 1

test: off

dotnet_csproj:
patch: true
file: 'src\**\*.csproj'
version_prefix: '{version}'

build_script:
- ps: .\build.ps1

Expand Down

0 comments on commit 8b7eef8

Please sign in to comment.