Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
maybe maybe maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
didimitrie committed Dec 3, 2019
1 parent d67af84 commit 4a15a86
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 @@ -34,11 +34,11 @@ before_build:
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{CLEANTAG}'
assembly_version: '{CLEANTAG}'
file_version: '{CLEANTAG}'
informational_version: '{CLEANTAG}'
package_version: '{CLEANTAG}'
version: '${CLEANTAG}'
assembly_version: '${CLEANTAG}'
file_version: '${CLEANTAG}'
informational_version: '${CLEANTAG}'
package_version: '{version}'


build:
Expand Down

0 comments on commit 4a15a86

Please sign in to comment.