Update dotnet.yml

This commit is contained in:
Ivan Bushchik 2022-01-13 12:22:51 +03:00 committed by GitHub
parent 3d548b2126
commit 931aa8f582
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,6 @@ jobs:
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Prepare for publishing
- name: Publish on osx-x64
run: dotnet publish --runtime osx-x64 -o publish/osx-x64/
- name: Publish on linux-x64