-
Notifications
You must be signed in to change notification settings - Fork 180
Description
AL-Go version
8.2
Describe the issue
Hey,
I added the Performance Test App with the action "Create a new performance test app".
The resulting PR is triggering the PR build pipeline, which is running into error in the build step.
When I remove the performance app, the build works again as expected
Build . (Default) / . (Default)
Unexpected error when running action. Error Message: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information., StackTrace: at , C:\ProgramData\BcContainerHelper\extensions\bc21869505170\my\TestRunner\Internal\BCPTTestRunnerInternal.psm1: line 314 <- at , C:\ProgramData\BcContainerHelper\extensions\bc21869505170\my\TestRunner\RunBCPTTests.ps1: line 256
I added the full log below,
I tested with the "installPerformanceToolKit" setting, but it does not help
Settings:
{
"country": "us",
"appFolders": [],
"testFolders": [],
"bcptTestFolders": [],
"repoVersion": "26.0",
"installTestLibraries": true,
"skipUpgrade": true,
"SyncMode": "ForceSync"
}
Expected behavior
PR Build is functioning successfully and performance tests are being run.
Steps to reproduce
Add BCPT Test app to existing Repo