Add Nuget publishing to Github

- Removed unit testing due to IO issues with CI
This commit is contained in:
Tony Bark 2020-12-08 20:20:21 -05:00
parent 35d9b18b89
commit 3f119956c4
2 changed files with 42 additions and 2 deletions

View file

@ -24,5 +24,3 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore