Skip to content

Commit

Permalink
housekeeping: Add pack action (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson authored May 29, 2021
1 parent d22e3b9 commit f92ba70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
output: '../../artifacts/'
configuration: ${{ env.configuration }}

- name: Pack
run: dotnet pack --configuration=${{ env.configuration }} --verbosity=minimal --no-restore
working-directory: src

- name: Upload Code Coverage
shell: bash
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
<DevelopmentDependency>true</DevelopmentDependency>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit f92ba70

Please sign in to comment.