Skip to content

Commit

Permalink
Try a github preview build
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Aug 11, 2024
1 parent 85efbfb commit 5ea3b16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.300'
dotnet-version: '9.0.100-preview.6.24328.19'
- name: Tools
run: dotnet tool restore
- name: Setup
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.300'
dotnet-version: '9.0.100-preview.6.24328.19'
- name: Tools
run: dotnet tool restore
- name: Setup
Expand Down
1 change: 1 addition & 0 deletions FakeForAltCoverBuild.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
Build\DriveApi.fsx = Build\DriveApi.fsx
global.json = global.json
.github\workflows\main.yml = .github\workflows\main.yml
Build\Pester.Tests.ps1 = Build\Pester.Tests.ps1
ReleaseNotes.md = ReleaseNotes.md
Expand Down

0 comments on commit 5ea3b16

Please sign in to comment.