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 094b0fd commit 4ca5c39
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ dotnet_csproj:
informational_version: '{version}'
install:
- ps: >-
[XML]$xml = Get-Content "$env:APPVEYOR_PROJECT_NAME\$env:APPVEYOR_PROJECT_NAME.csproj"
$version = $xml.Project.PropertyGroup.Version
$build = $env:APPVEYOR_BUILD_NUMBER
Update-AppveyorBuild -Version "$($version.Trim()).$build"
$CommitDateTime = [datetime]::Parse($env:APPVEYOR_REPO_COMMIT_TIMESTAMP)
$env:BuildDate = $CommitDateTime.ToString('yyyy-MM-dd')
Expand Down

0 comments on commit 4ca5c39

Please sign in to comment.