Skip to content

Commit

Permalink
issue #3565 (#3566)
Browse files Browse the repository at this point in the history
Fixes #3565

Co-authored-by: freddydk <[email protected]>
  • Loading branch information
freddydk and freddydk authored Jun 3, 2024
1 parent fcc88a4 commit b241069
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AppHandling/Run-AlPipeline.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,9 @@ Measure-Command {
Write-Host -ForegroundColor Yellow "Installing apps for additional country $testCountry"
}

$dependenciesFolder = Join-Path $buildArtifactFolder "Dependencies"
if ($generateDependencyArtifact) {
$dependenciesFolder = Join-Path $buildArtifactFolder "Dependencies"
}
$tmpAppFolder = Join-Path ([System.IO.Path]::GetTempPath()) ([guid]::NewGuid().ToString())
$tmpAppFiles = @()
$installApps | ForEach-Object{
Expand Down

0 comments on commit b241069

Please sign in to comment.