Update .gitea/workflows/build.yml
This commit is contained in:
@@ -27,3 +27,5 @@ jobs:
|
|||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --no-restore
|
run: dotnet build --no-restore
|
||||||
|
- name: Create NuGet package
|
||||||
|
run: dotnet pack -c Debug --output ./
|
||||||
Reference in New Issue
Block a user