Skip to content

Commit b0cf17b

Browse files
committed
fix action build
1 parent 8ed41c8 commit b0cf17b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
echo "run_publish=false" >> $GITHUB_ENV
5151
fi
5252
53-
- name: Build the project and source generator
54-
run: dotnet build SimpleDataGrid/SimpleDataGrid.csproj --configuration Release --no-restore
53+
- name: Build the project
54+
run: dotnet build SimpleDataGrid/SimpleDataGrid.csproj --configuration Release
5555

5656
- name: Pack the NuGet package
5757
run: dotnet pack SimpleDataGrid/SimpleDataGrid.csproj --configuration Release --no-build --output ./nupkg

0 commit comments

Comments
 (0)