Skip to content

Commit

Permalink
Fix appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
diev committed Jun 24, 2024
1 parent 318b6cc commit 59dd39b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 19,11 @@ install:
- ps: >-
[XML]$xml = Get-Content "$env:APPVEYOR_PROJECT_NAME\$env:APPVEYOR_PROJECT_NAME.csproj"
$env:VERSION = $xml.Project.PropertyGroup.Version
$version = $xml.Project.PropertyGroup.Version.Trim()
Write-Host "Version v$env:VERSION"
$build = $env:APPVEYOR_BUILD_NUMBER.Trim()
Update-AppveyorBuild -Version "$env:VERSION.$env:APPVEYOR_BUILD_NUMBER"
Update-AppveyorBuild -Version "$version.$build"
$CommitDateTime = [datetime]::Parse($env:APPVEYOR_REPO_COMMIT_TIMESTAMP)
Expand Down

0 comments on commit 59dd39b

Please sign in to comment.