Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jul 20, 2024
1 parent 50413fc commit 43ca372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
artifact: deployables-Windows
displayName: 🔻 Download nupkg
- pwsh: |
$nupkg = (Get-ChildItem -Path $(Pipeline.Workspace)/deployables-Windows -Filter *.nupkg)[0].Name
$nupkg = (Get-ChildItem -Path $(Pipeline.Workspace)/deployables-Windows/NuGet -Filter *.nupkg)[0].Name
if ($nupkg -match 'Microsoft\.Windows\.CsWin32\.(.+)\.nupkg') {
$version = $Matches[1]
Write-Host "Will consume Microsoft.Windows.CsWin32 $version"
Expand Down

0 comments on commit 43ca372

Please sign in to comment.