Skip to content

Commit 79eb221

Browse files
feature: mock change to trigger tests
1 parent b488b2d commit 79eb221

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.azure-pipelines/PipelineSteps/test-steps.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ if ($PowerShellPlatform) {
3131
$preference = $ErrorActionPreference
3232
$ErrorActionPreference = 'Continue'
3333
$buildProjPath = Join-Path $RepoRoot 'build.proj'
34+
35+
if ($IsLinux) {
36+
# Mock step
37+
Write-Host -ForegroundColor Yellow "Detected Linux agent – applying memory tuning for tests"
38+
}
3439
dotnet msbuild $buildProjPath /t:Test "/p:Configuration=$Configuration;TestFramework=$TestFramework"
3540
Write-Host -ForegroundColor DarkGreen "-------------------- End testing ... --------------------`n`n`n`n`n"
3641

0 commit comments

Comments
 (0)