Skip to content

Commit

Permalink
Fix: force processing of all structures during snapshot generation.
Browse files Browse the repository at this point in the history
Update Info R4B and R5 to match.
Update actions - .Net 8.0 is included in base images.
  • Loading branch information
GinoCanessa committed Sep 6, 2024
1 parent 727e037 commit ad3ccb2
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 45 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ReleasePublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
- uses: actions/checkout@v4
# - name: Setup .NET
# uses: actions/setup-dotnet@v3
# with:
# dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Build
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
# - name: Setup .NET
# uses: actions/setup-dotnet@v4
# with:
# dotnet-version: ${{ env.DOTNET_VERSION }}

- name: Install dependencies
run: dotnet restore
Expand All @@ -34,4 +34,4 @@ jobs:
run: dotnet build --configuration Release --no-restore --framework net8.0

- name: Test
run: dotnet test --configuration Release --no-restore --framework net8.0 --verbosity normal --filter "RequiresExternalRepo!=true"
run: dotnet test --configuration Release --no-restore --framework net8.0 --verbosity normal --filter "RequiresExternalRepo!=true"
Loading

0 comments on commit ad3ccb2

Please sign in to comment.