From eaa753da3fa1a106a16f97e156cd059d5c4803ea Mon Sep 17 00:00:00 2001 From: martincostello Date: Tue, 8 Aug 2023 20:57:10 +0100 Subject: [PATCH] Consume .NET daily builds Consume the latest daily builds for .NET 8. --- .github/workflows/lighthouse.yml | 1 + .github/workflows/update-dotnet-sdk.yml | 1 + NuGet.config | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index ad6a6837f..df64a8e3a 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -42,6 +42,7 @@ jobs: npm ci npm run build Pop-Location + dotnet build ./src/LondonTravel.Site/LondonTravel.Site.csproj --configuration Release Start-Process nohup 'dotnet run --project ./src/LondonTravel.Site/LondonTravel.Site.csproj --configuration Release' $StatusCode = 0 $Attempts = 0 diff --git a/.github/workflows/update-dotnet-sdk.yml b/.github/workflows/update-dotnet-sdk.yml index c64c421bc..f5abc63af 100644 --- a/.github/workflows/update-dotnet-sdk.yml +++ b/.github/workflows/update-dotnet-sdk.yml @@ -13,6 +13,7 @@ jobs: uses: martincostello/update-dotnet-sdk/.github/workflows/update-dotnet-sdk.yml@36ffd470d46d8242ad2ad722345a3a6d3e512274 # v2.3.0 with: labels: 'dependencies,.NET' + quality: 'daily' user-email: ${{ vars.GIT_COMMIT_USER_EMAIL }} user-name: ${{ vars.GIT_COMMIT_USER_NAME }} secrets: diff --git a/NuGet.config b/NuGet.config index 53eef1a0a..d85e992bc 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,10 +2,14 @@ + + + +