Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Bert <bert.k@hotmail.com>
  • Loading branch information
Bertk authored Sep 13, 2024
1 parent 091f7f4 commit 8aa4584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup dotnet 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.1xx'
dotnet-version: '8.0.4xx'
source-url: https://pkgs.dev.azure.com/bertk0374/_packaging/intern/nuget/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.AZURE_DEVOPS_TOKEN }}
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Setup dotnet 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.1xx'
dotnet-version: '8.0.4xx'
source-url: https://pkgs.dev.azure.com/bertk0374/_packaging/intern/nuget/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.AZURE_DEVOPS_TOKEN }}
Expand All @@ -94,7 +94,7 @@ jobs:
if: matrix.os == 'windows-latest'
- name: ReportGenerator
uses: danielpalme/ReportGenerator-GitHub-Action@5.3.8
uses: danielpalme/ReportGenerator-GitHub-Action@5.3.9
with:
reports: ./artifacts/TestResults/**/coverage.cobertura.xml
assemblyfilters: -xunit*;-DotNet.ArcadeLight.Test.Common;-DotNet.Internal.DependencyInjection.Testing;-DotNet.XUnitExtensions;
Expand Down

0 comments on commit 8aa4584

Please sign in to comment.