Skip to content

Commit

Permalink
Fix nuget publish
Browse files Browse the repository at this point in the history
  • Loading branch information
luru committed Nov 5, 2020
1 parent 0b3a15b commit 5360e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build
run: dotnet build --configuration $build_configuration --no-restore
- name: Test
run: dotnet test --no-build --no-restore --verbosity normal
run: dotnet test --no-restore --verbosity normal
- name: Pack
run: dotnet pack ./src/AspNetCore.Hashids/AspNetCore.Hashids.csproj -c $build_configuration --no-build --include-source --include-symbols -o ./artifacts
- name: Setup NuGet
Expand Down

0 comments on commit 5360e46

Please sign in to comment.