Skip to content

Commit

Permalink
ci: try this for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Oct 15, 2023
1 parent 5696c9e commit d937477
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 @@ -23,9 +23,9 @@ test: off

install:
- ps: |
if ($env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT -eq "")
if ($env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT -ne "")
{
git checkout -qf ($env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT)
git checkout -qf $($env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT)
}
# - ps: Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
# - ps: ./dotnet-install.ps1 -Version 6.0.100 -InstallDir "C:\Program Files\dotnet"
Expand Down

0 comments on commit d937477

Please sign in to comment.