Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jformacek authored Feb 19, 2024
1 parent 8c98830 commit 901b438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Download Tasks SDK
shell: pwsh
run: |
$sdkFolder = "$env:GITHUB_WORKSPACE\taskSdk"
New-Item -Path $sdkFolder
$sdkFolder = [System.IO.Path]::Combine("$env:GITHUB_WORKSPACE,'taskSdk')
$packageInfo = Save-Package -Name VstsTaskSdk -Path $sdkFolder
Move-Item -Path "$sdkFolder\$($packageInfo.Name)\$($packageInfo.Version)\*" -Destination "$sdkFolder\$($packageInfo.Name)"
Remove-Item "$sdkFolder\$($packageInfo.Name)\$($packageInfo.Version)" -Force -Recurse
Expand Down

0 comments on commit 901b438

Please sign in to comment.