Skip to content

Commit

Permalink
Merge pull request #47 from TunNetCom/MarwenSaad-patch-5
Browse files Browse the repository at this point in the history
Update PublishNugate.yml
  • Loading branch information
MarwenSaad authored Sep 8, 2024
2 parents bdb652a + 4b908e9 commit d2433c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PublishNugate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: find-projects
run: |
echo "##[group]Finding .csproj paths"
PROJECT_PATHS=$(find . -name "WebhookService.Contracts.csproj" -o -name "AzureDevopsService.Contracts.csproj")
PROJECT_PATHS=$(find . -name "WebhookService.Contracts.csproj" -o -name "AzureDevopsService.Contracts.csproj" | tr '\n' ' ')
echo "Found projects: $PROJECT_PATHS"
echo "##[endgroup]"
echo "PROJECT_PATHS=$PROJECT_PATHS" >> $GITHUB_ENV
Expand Down

0 comments on commit d2433c1

Please sign in to comment.