Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Build: Action updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sandyarmstrong committed Nov 19, 2021
1 parent 4ac618c commit 58b362f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.1.505
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand All @@ -25,3 +23,8 @@ jobs:
run: for proj in `find . -name *.Tests.csproj`; do dotnet test $proj --no-restore --no-build; done
- name: Pack
run: dotnet pack --no-restore --no-build
- name: Upload Artifacts
uses: actions/upload-artifact@v2.2.4
with:
name: nupkgs
path: _artifacts/**/*

0 comments on commit 58b362f

Please sign in to comment.