From 5ea3b16ac71c05173656ee2eaab3bdf9ac30893d Mon Sep 17 00:00:00 2001 From: SteveGilham Date: Sun, 11 Aug 2024 09:22:43 +0100 Subject: [PATCH] Try a github preview build --- .github/workflows/main.yml | 4 ++-- FakeForAltCoverBuild.sln | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eea56dd0..711aae06 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 diff --git a/FakeForAltCoverBuild.sln b/FakeForAltCoverBuild.sln index 298a7c32..5327addf 100644 --- a/FakeForAltCoverBuild.sln +++ b/FakeForAltCoverBuild.sln @@ -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