remove --no-build
This commit is contained in:
parent
c8abaecae8
commit
7f76f009fb
1 changed files with 1 additions and 1 deletions
|
@ -61,4 +61,4 @@ jobs:
|
|||
- name: dotnet test
|
||||
run: dotnet test
|
||||
- name: dotnet publish
|
||||
run: dotnet publish --no-build --configuration Release
|
||||
run: dotnet publish --configuration Release
|
Loading…
Reference in a new issue