From cd0f62f5c4f398847c1f2167428e424bec6a0f0a Mon Sep 17 00:00:00 2001 From: Steve Desmond Date: Thu, 9 Sep 2021 13:35:22 -0400 Subject: [PATCH] Fix NuGet publishing GitHub Actions workflow to properly build/pack from scratch --- .github/workflows/nuget.yml | 2 +- src/SrcSet.csproj | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 0700259..81fba0a 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -17,7 +17,7 @@ jobs: dotnet-version: 5.0.x - name: Run tests - run: dotnet test -c Release + run: dotnet test - name: Package run: dotnet pack -c Release -p:ContinuousIntegrationBuild=true diff --git a/src/SrcSet.csproj b/src/SrcSet.csproj index 0eeca71..d4b0c95 100644 --- a/src/SrcSet.csproj +++ b/src/SrcSet.csproj @@ -2,7 +2,7 @@ net5.0 - 3.1.0 + 3.1.1 SrcSet A CLI to create sets of responsive images for the web ecoAPM LLC @@ -12,7 +12,6 @@ srcset Exe true - true README.md https://github.com/ecoAPM/SrcSet MIT