Update release.yml

This commit is contained in:
Malte Rosenbjerg 2020-10-28 19:49:39 +01:00
parent 3cae96f0ee
commit 100de2730e

View file

@ -14,10 +14,8 @@ jobs:
uses: actions/setup-dotnet@v1 uses: actions/setup-dotnet@v1
with: with:
dotnet-version: 3.1 dotnet-version: 3.1
- name: Build solution -c Release - name: Build solution
run: dotnet build --output build run: dotnet build --output build
- name: Run unit tests
run: dotnet test
- name: Publish NuGet package - name: Publish NuGet package
run: dotnet nuget push "*.nupkg" --source build --skip-duplicate run: ls && dotnet nuget push "*.nupkg" --source build --skip-duplicate