Skip to content

Commit

Permalink
Include bcpt test app in build artifacts (#3746)
Browse files Browse the repository at this point in the history
Co-authored-by: freddydk <freddydk@users.noreply.github.com>
  • Loading branch information
freddydk and freddydk authored Nov 2, 2024
1 parent f0dafc0 commit 43f8e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AppHandling/Run-AlPipeline.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2781,7 +2781,7 @@ $destFolder = Join-Path $buildArtifactFolder "TestApps"
if (!(Test-Path $destFolder -PathType Container)) {
New-Item $destFolder -ItemType Directory | Out-Null
}
$testApps | ForEach-Object {
$testApps+$bcptTestApps | ForEach-Object {
Copy-Item -Path $_ -Destination $destFolder -Force
}

Expand Down
1 change: 1 addition & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Issue 3727 Regression - Release pipelines failing with SaaS environments due BcA
Add new overrides to Run-AlPipeline: BackupBcContainerDatabases and RestoreDatabasesInBcContainer for backup up and restoring databases - only parameter transferred is containerName
Add new parameter to Run-AlPipeline: restoreDatabases, indicating when (during the pipeline execution) a database restore is needed
Add PageScripting test runner to Run-AlPipeline, adding 4 new parameters: pageScriptingTests, pageScriptingTestResultsFile, pageScriptingTestResultsFolder and doNotRunPageScriptingTests.
Add BCPT test apps to build artifacts in Run-AlPipeline

6.0.26
As minimum, always use the generic tag version which was available when shipping BcContainerHelper
Expand Down

0 comments on commit 43f8e40

Please sign in to comment.