Skip to content

Commit 43f8e40

Browse files
authored
Include bcpt test app in build artifacts (#3746)
Co-authored-by: freddydk <[email protected]>
1 parent f0dafc0 commit 43f8e40

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AppHandling/Run-AlPipeline.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2781,7 +2781,7 @@ $destFolder = Join-Path $buildArtifactFolder "TestApps"
27812781
if (!(Test-Path $destFolder -PathType Container)) {
27822782
New-Item $destFolder -ItemType Directory | Out-Null
27832783
}
2784-
$testApps | ForEach-Object {
2784+
$testApps+$bcptTestApps | ForEach-Object {
27852785
Copy-Item -Path $_ -Destination $destFolder -Force
27862786
}
27872787

ReleaseNotes.txt

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

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

0 commit comments

Comments
 (0)