Skip to content

Commit

Permalink
Merge pull request #54 from TunNetCom/MarwenSaad-patch-8
Browse files Browse the repository at this point in the history
Update PublishNugate.yml
  • Loading branch information
MarwenSaad authored Sep 12, 2024
2 parents efb710c + 4ebf4f8 commit 050fddf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/PublishNugate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
id: find-projects
run: |
echo "##[group]Finding .csproj paths"
PROJECT_PATHS=$(find . -name "WebhookService.Contracts.csproj" -o -name "AzureDevopsService.Contracts.csproj" | tr '\n' ' ')
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 All @@ -46,4 +47,7 @@ jobs:
done
- name: Publish NuGet Packages
run: dotnet nuget push "./artifacts/*.nupkg" --api-key ${{ secrets.NUGET_SECRET_KEY_TUNNETCOM }} --source "https://api.nuget.org/v3/index.json" --skip-duplicate
run: dotnet nuget push "./artifacts/*.nupkg"
--api-key ${{ secrets.NUGET_SECRET_KEY_TUNNETCOM }}
--source "https://api.nuget.org/v3/index.json"
--skip-duplicate

0 comments on commit 050fddf

Please sign in to comment.