From 86122a034a16ae7f72247c771a77adf82174bd47 Mon Sep 17 00:00:00 2001 From: TingluoHuang Date: Thu, 13 Jan 2022 23:25:21 -0500 Subject: [PATCH] Fix breaking change in dotnet 6 around globalization-invariant. --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- src/Runner.Listener/Runner.Listener.csproj | 1 + src/Runner.PluginHost/Runner.PluginHost.csproj | 1 + src/Runner.Worker/Runner.Worker.csproj | 1 + 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3aace057b..263b2233b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: devScript: ./dev.sh - runtime: win-x64 - os: windows-latest + os: windows-2019 devScript: ./dev runs-on: ${{ matrix.os }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12297dca0..eb1823acd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: devScript: ./dev.sh - runtime: win-x64 - os: windows-latest + os: windows-2019 devScript: ./dev runs-on: ${{ matrix.os }} diff --git a/src/Runner.Listener/Runner.Listener.csproj b/src/Runner.Listener/Runner.Listener.csproj index 5868965ef..a327bd298 100644 --- a/src/Runner.Listener/Runner.Listener.csproj +++ b/src/Runner.Listener/Runner.Listener.csproj @@ -7,6 +7,7 @@ true NU1701;NU1603 $(Version) + false true diff --git a/src/Runner.PluginHost/Runner.PluginHost.csproj b/src/Runner.PluginHost/Runner.PluginHost.csproj index e6625dc3e..a7418bb8d 100644 --- a/src/Runner.PluginHost/Runner.PluginHost.csproj +++ b/src/Runner.PluginHost/Runner.PluginHost.csproj @@ -7,6 +7,7 @@ true NU1701;NU1603 $(Version) + false true diff --git a/src/Runner.Worker/Runner.Worker.csproj b/src/Runner.Worker/Runner.Worker.csproj index adc7c02fd..40779c33b 100644 --- a/src/Runner.Worker/Runner.Worker.csproj +++ b/src/Runner.Worker/Runner.Worker.csproj @@ -7,6 +7,7 @@ true NU1701;NU1603 $(Version) + false true