From 715bb7cca8947c205034e9d33698359e011686ec Mon Sep 17 00:00:00 2001 From: Tingluo Huang Date: Fri, 14 Jan 2022 12:09:06 -0500 Subject: [PATCH] Fix breaking change in dotnet 6 around globalization-invariant. (#1609) --- .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 ca7ed64bd..53a71e758 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 40af6ba7d..dd4db371a 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