8000 Make AppVeyor display the LibGit2Sharp version · devinvisible/libgit2sharp@254fabc · GitHub
[go: up one dir, main page]

Skip to content

Commit 254fabc

Browse files
committed
Make AppVeyor display the LibGit2Sharp version
1 parent 95d95b5 commit 254fabc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ on_success:
6161
- ps: |
6262
- ps: |
6363
& "C:\projects\libgit2sharp\nuget.package\BuildNugetPackage.ps1" "$env:APPVEYOR_REPO_COMMIT"
64+
Add-Type -Path "C:\projects\libgit2sharp\LibGit2Sharp\bin\Release\LibGit2Sharp.dll"
65+
Write-Host "LibGit2Sharp version = $([LibGit2Sharp.GlobalSettings]::Version)" -ForegroundColor "Magenta"
6466
If ($Env:SHOULD_PUBLISH_NUGET_ARTIFACT -eq $True)
6567
{
6668
Get-ChildItem "C:\projects\libgit2sharp\LibGit2sharp\*.nupkg" | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }

0 commit comments

Comments
 (0)
0