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