Skip to content

Commit

Permalink
Trying alternate SDK format
Browse files Browse the repository at this point in the history
  • Loading branch information
chynesNR committed Sep 16, 2024
1 parent 81383dd commit 91c558c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/all_solutions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
- name: Setup .NET 9 Preview
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
with:
dotnet-version: '9.0.0-rc.1'
dotnet-version: '9.0.x'
dotnet-quality: 'preview'

- name: Build FullAgent.sln
run: |
Expand Down Expand Up @@ -155,7 +156,8 @@ jobs:
- name: Setup .NET 9 Preview
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
with:
dotnet-version: '9.0.0-rc.1'
dotnet-version: '9.0.x'
dotnet-quality: 'preview'

- name: List SDKS
run: dotnet --list-sdks
Expand Down Expand Up @@ -202,7 +204,8 @@ jobs:
- name: Setup .NET 9 Preview
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
with:
dotnet-version: '9.0.0-rc.1'
dotnet-version: '9.0.x'
dotnet-quality: 'preview'

- name: Build UnboundedIntegrationTests.sln
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- name: Setup .NET 9 Preview
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
with:
dotnet-version: '9.0.0-rc.1'
dotnet-version: '9.0.x'
dotnet-quality: 'preview'

- name: Restore NuGet Packages
run: dotnet restore
Expand Down

0 comments on commit 91c558c

Please sign in to comment.