remove publish step
This commit is contained in:
parent
b7921d21de
commit
344c72608c
1 changed files with 1 additions and 3 deletions
|
@ -59,6 +59,4 @@ jobs:
|
|||
- name: dotnet build
|
||||
run: dotnet build --no-restore --configuration Release
|
||||
- name: dotnet test
|
||||
run: dotnet test
|
||||
- name: dotnet publish
|
||||
run: dotnet publish --configuration Release
|
||||
run: dotnet test
|
Loading…
Reference in a new issue