Skip to content

Commit

Permalink
Fix NuGet publishing GitHub Actions workflow to properly build/pack f…
Browse files Browse the repository at this point in the history
…rom scratch
  • Loading branch information
SteveDesmond-ca committed Sep 9, 2021
1 parent 519b2ba commit cd0f62f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions src/SrcSet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Version>3.1.0</Version>
<Version>3.1.1</Version>
<PackageId>SrcSet</PackageId>
<Description>A CLI to create sets of responsive images for the web</Description>
<Authors>ecoAPM LLC</Authors>
Expand All @@ -12,7 +12,6 @@
<AssemblyName>srcset</AssemblyName>
<OutputType>Exe</OutputType>
<PackAsTool>true</PackAsTool>
<Deterministic>true</Deterministic>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://github.com/ecoAPM/SrcSet</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit cd0f62f

Please sign in to comment.