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/Directory.Packages.props b/Directory.Packages.props index 79104fd88..aec857409 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -16,15 +16,15 @@ - - - - - - + + + + + + - + diff --git a/NuGet.config b/NuGet.config index 53eef1a0a..d85e992bc 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,10 +2,14 @@ + + + + diff --git a/global.json b/global.json index 442b2e334..b0b7f1ea5 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100-preview.7.23376.3", + "version": "8.0.100-rc.1.23412.1", "allowPrerelease": false, "rollForward": "latestMajor" }