Skip to content

Commit

Permalink
Remove waventnuget
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbaudart authored Sep 9, 2024
1 parent 21a4fa2 commit 5e24732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Build and analyze - Build Backend
run: |
dotnet nuget update source WavenetNuget --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text
// dotnet nuget update source WavenetNuget --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text
dotnet build ${{ env.PROJECT_DIR }}/${{ env.PROJECT_SLN }}
dotnet test ${{ env.PROJECT_DIR }}/${{ env.PROJECT_SLN }} --logger trx --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
Expand Down

0 comments on commit 5e24732

Please sign in to comment.