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