Explicit output dir

Former-commit-id: 3cae96f0ee
This commit is contained in:
Malte Rosenbjerg 2020-10-28 19:46:31 +01:00
parent 81fd0fb8c0
commit 6dca927aaf

View file

@ -15,9 +15,9 @@ jobs:
with: with:
dotnet-version: 3.1 dotnet-version: 3.1
- name: Build solution -c Release - name: Build solution -c Release
run: dotnet build run: dotnet build --output build
- name: Run unit tests - name: Run unit tests
run: dotnet test run: dotnet test
- name: Publish NuGet package - name: Publish NuGet package
run: dotnet nuget push "*.nupkg" --source FFMpegCore/bin/Release --skip-duplicate run: dotnet nuget push "*.nupkg" --source build --skip-duplicate