Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Debug "Community.Activities Integration Tests" pipeline error
Browse files Browse the repository at this point in the history
alexandru-petre committed Jan 25, 2025
1 parent dcae5e0 commit 8b1e985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Activities/.pipelines/tests/steps/run_python.yml
Original file line number Diff line number Diff line change
@@ -26,6 +26,7 @@ steps:
script: |
cd ${{ parameters.packagesFolder }}
$file = Get-ChildItem -Path .\ -Filter *.nupkg -Recurse -File -Name -Exclude *symbols*
Write-Host "Found file(s) $file"
$dot = $file.LastIndexof('.')
$file = $file.Replace(".nupkg","")
$act = $file.LastIndexof('Activities.')

0 comments on commit 8b1e985

Please sign in to comment.