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
|
- name: dotnet build
|
||||||
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