diff --git a/azure-pipelines/integration-test.yml b/azure-pipelines/integration-test.yml index e83d7960..2c351945 100644 --- a/azure-pipelines/integration-test.yml +++ b/azure-pipelines/integration-test.yml @@ -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"