File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2679,9 +2679,13 @@ $testFolders | ForEach-Object {
2679
2679
}
2680
2680
}
2681
2681
2682
+ $installedAppIds = @ (GetInstalledAppIds - useCompilerFolder $useCompilerFolder - filesOnly $filesOnly - compilerFolder (GetCompilerFolder) - packagesFolder $packagesFolder )
2682
2683
$testAppIds.Keys | ForEach-Object {
2683
2684
$disabledTests = @ ()
2684
2685
$id = $_
2686
+ if ($installedAppIds -notcontains $id ) {
2687
+ throw " App with $id is not installed, cannot run tests"
2688
+ }
2685
2689
$folder = $testAppIds ." $id "
2686
2690
2687
2691
if ($folder ) {
Original file line number Diff line number Diff line change 1
1
6.0.31
2
2
New-BcCompilerFolder with base artifacts doesn't locate apps in version 25.0 due to a rename of the applications folder (was Applications)
3
+ Run-AlPipeline might try to run tests even though a test app isn't installed (see https://github.com/microsoft/AL-Go/issues/1405)
3
4
4
5
6.0.30
5
6
Issue 3762 Give Option to Choose SQL PowerShell Module When Restoring From BacPac
You can’t perform that action at this time.
0 commit comments