diff --git a/.github/workflows/test-build-release.yml b/.github/workflows/test-build-release.yml index 2f65f486..2df5632d 100644 --- a/.github/workflows/test-build-release.yml +++ b/.github/workflows/test-build-release.yml @@ -18,7 +18,7 @@ jobs: distribution: 'zulu' - uses: actions/checkout@v4 with: - fetch-depth: 1 + fetch-depth: 0 - name: Cache SonarCloud packages uses: actions/cache@v4 with: @@ -199,4 +199,4 @@ jobs: name: nuget-package path: bin - name: Upload NuGet Package to NuGet.org - run: dotnet nuget push bin/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate \ No newline at end of file + run: dotnet nuget push bin/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 67388bc9..89cab728 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: distribution: 'zulu' - uses: actions/checkout@v4 with: - fetch-depth: 1 + fetch-depth: 0 - name: Cache SonarCloud packages uses: actions/cache@v4 with: @@ -64,4 +64,4 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} shell: powershell run: | - .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}" \ No newline at end of file + .\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"