Skip to content

Commit

Permalink
updating appveyor test
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lynch <chris.lynch@hpe.com>
  • Loading branch information
ChrisLynchHPE committed Oct 7, 2024
1 parent 530caf4 commit 21cab0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AppVeyor-YML/appveyor-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ build: off
test_script:
- pwsh: >-
Write-Host "Testing. No tests will be performed."
Write-Host "Slug:" ${env:APPVEYOR_PROJECT_SLUG}
Write-Host "Version: " ${APPVEYOR_BUILD_VERSION}
Write-Host ("Slug: {0}" -f ${env:APPVEYOR_PROJECT_SLUG})
Write-Host ("Version: {0}" -f ${env:APPVEYOR_BUILD_VERSION})
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- ps: $pause = $true; iex ((new-object net.webclient).DownloadString('https://gist.githubusercontent.com/ChrisLynchHPE/d572a8fd60d01f2f3c5c3d0aa882f833/raw/3c51c4155cba1e64cffac60b2893fae0c00f38f3/pause.ps1'))
notifications: off

0 comments on commit 21cab0e

Please sign in to comment.