From 2749a25d78c02c2931552766cbb3549c3d81a55f Mon Sep 17 00:00:00 2001 From: AlexNDRmac Date: Thu, 12 Nov 2020 16:52:56 +0200 Subject: [PATCH] Move package to build props --- .github/workflows/build-and-test.yml | 4 ++++ src/ImageSharp/ImageSharp.csproj | 8 -------- tests/Directory.Build.targets | 2 ++ tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj | 2 -- tests/ImageSharp.Tests/ImageSharp.Tests.csproj | 2 -- 5 files changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index c8f3997946..b618e1e657 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -18,6 +18,10 @@ jobs: framework: netcoreapp3.1 runtime: -x64 codecov: true + - os: macos-latest + framework: netcoreapp3.1 + runtime: -x64 + codecov: false - os: windows-latest framework: netcoreapp3.1 runtime: -x64 diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj index a5e6bbbc7d..c3d9618c8c 100644 --- a/src/ImageSharp/ImageSharp.csproj +++ b/src/ImageSharp/ImageSharp.csproj @@ -28,14 +28,6 @@ - - - - - - - - diff --git a/tests/Directory.Build.targets b/tests/Directory.Build.targets index 1f699c9dd1..76759948b2 100644 --- a/tests/Directory.Build.targets +++ b/tests/Directory.Build.targets @@ -35,6 +35,8 @@ + + diff --git a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj index 627e281f6f..e8ad660adf 100644 --- a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj +++ b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj @@ -26,8 +26,6 @@ - - diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj index d96d33a5ad..07ade97d5d 100644 --- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj +++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj @@ -22,8 +22,6 @@ - -