Skip to content

Commit b18f04a

Browse files
authored
Update dotnet-desktop.yml
1 parent 9e464c3 commit b18f04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
IFS=$'\n' # Set the Internal Field Separator to newline for reading multi-line variable
7272
for PROJECT in $PROJECTS; do
73-
dotnet package -c Release -o ./nuget "$PROJECT"
73+
dotnet build -c Release -o ./nuget "$PROJECT"
7474
done
7575
7676
- name: Publish to NuGet

0 commit comments

Comments
 (0)