Skip to content

Commit

Permalink
use relative
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Nov 13, 2024
1 parent 422315a commit 4f90bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Actions/RunPipeline/RunPipeline.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ try {
if (!$buildAll) {
Push-Location $ENV:GITHUB_WORKSPACE
$modifiedFolders = @($settings.appfolders+$settings.testFolders+$settings.bcptTestFolders | Where-Object {
$theFolder = Resolve-Path (Join-Path $baseFolder "$project/$_") -Resolve
$theFolder = Resolve-Path (Join-Path $baseFolder "$project/$_") -Relative
Write-Host "Checking $modifiedFiles against '$($theFolder.SubString(2))/*'"
$modifiedFiles -like "$($theFolder.SubString(2))/*"
})
Expand Down

0 comments on commit 4f90bfd

Please sign in to comment.