diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a25b4dc78..5f8fa57f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: build: strategy: matrix: - runtime: [ linux-x64, linux-arm64, linux-arm, win-x64, win-x86, osx-x64, rhel.6-x64 ] + runtime: [ linux-x64, linux-arm64, linux-arm, win-x64, win-x86, osx-x64 ] include: - runtime: linux-x64 os: ubuntu-latest diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 01f941d99..7f67beea4 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -35,9 +35,6 @@ $(DefineConstants);X64 - - $(DefineConstants);X64 - $(DefineConstants);ARM diff --git a/src/Runner.Listener/Runner.Listener.csproj b/src/Runner.Listener/Runner.Listener.csproj index 79f39cdbb..f83e60811 100644 --- a/src/Runner.Listener/Runner.Listener.csproj +++ b/src/Runner.Listener/Runner.Listener.csproj @@ -9,7 +9,7 @@ NU1701;NU1603 $(Version) true - true + true diff --git a/src/Runner.PluginHost/Runner.PluginHost.csproj b/src/Runner.PluginHost/Runner.PluginHost.csproj index 850782680..5589acdbc 100644 --- a/src/Runner.PluginHost/Runner.PluginHost.csproj +++ b/src/Runner.PluginHost/Runner.PluginHost.csproj @@ -9,7 +9,7 @@ NU1701;NU1603 $(Version) true - true + true diff --git a/src/Runner.Worker/Runner.Worker.csproj b/src/Runner.Worker/Runner.Worker.csproj index f5782d3fa..821ad396d 100644 --- a/src/Runner.Worker/Runner.Worker.csproj +++ b/src/Runner.Worker/Runner.Worker.csproj @@ -9,7 +9,7 @@ NU1701;NU1603 $(Version) true - true + true