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

Commit

Permalink
trial and error
Browse files Browse the repository at this point in the history
  • Loading branch information
didimitrie committed Dec 3, 2019
1 parent 6d8cbf4 commit d67af84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ init:
Update-AppveyorBuild -Version "$major.$minor.$build.$Env:APPVEYOR_BUILD_VERSION"
$env:CLEANTAG=$spl
}
Write-Host "Hello. Build version is: $Env:APPVEYOR_BUILD_VERSION; Clean Tag: $Env:CLEANTAG."
Write-Host "Hello. Build version is: $Env:APPVEYOR_BUILD_VERSION; Clean Tag: $Env:CLEANTAG"
before_build:
- cmd: >-
Expand All @@ -38,7 +38,7 @@ dotnet_csproj:
assembly_version: '{CLEANTAG}'
file_version: '{CLEANTAG}'
informational_version: '{CLEANTAG}'
package_version: '{version}'
package_version: '{CLEANTAG}'


build:
Expand Down

0 comments on commit d67af84

Please sign in to comment.