Skip to content

Commit

Permalink
test failure (#3549)
Browse files Browse the repository at this point in the history
Co-authored-by: freddydk <[email protected]>
  • Loading branch information
freddydk and freddydk authored May 24, 2024
1 parent b3c7eab commit 510d6f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/Run-AlPipeline (Windows Auth).Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Describe 'Run-AlPipeline' {
-installApps @("https://github.com/microsoft/bcsamples-bingmaps.pte/releases/download/24.0.0/bcsamples-bingmaps.pte-main-Apps-24.0.169.0.zip") `
-appFolders "app,base" `
-testFolders @("test") `
-previousApps @("https://github.com/microsoft/bcsamples-bingmaps.pte/releases/download/19.0.0/bcsamples-bingmaps.pte-main-Apps-19.0.168.0.zip") `
-previousApps @((Join-Path $PSScriptRoot 'helloworld-previousapps.zip')) `
-appBuild ([int32]::MaxValue) `
-appRevision 0 `
-testResultsFile $resultsFile `
Expand Down
2 changes: 1 addition & 1 deletion Tests/Run-AlPipeline.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Describe 'Run-AlPipeline' {
-installApps @("https://github.com/microsoft/bcsamples-bingmaps.pte/releases/download/24.0.0/bcsamples-bingmaps.pte-main-Apps-24.0.169.0.zip") `
-appFolders "app,base" `
-testFolders @("test") `
-previousApps @("https://github.com/microsoft/bcsamples-bingmaps.pte/releases/download/19.0.0/bcsamples-bingmaps.pte-main-Apps-19.0.168.0.zip") `
-previousApps @((Join-Path $PSScriptRoot 'helloworld-previousapps.zip')) `
-additionalCountries "dk,de" `
-appBuild ([int32]::MaxValue) `
-appRevision 0 `
Expand Down
Binary file added Tests/helloworld-previousapps.zip
Binary file not shown.

0 comments on commit 510d6f6

Please sign in to comment.