We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed41c8 commit b0cf17bCopy full SHA for b0cf17b
.github/workflows/nuget.yml
@@ -50,8 +50,8 @@ jobs:
50
echo "run_publish=false" >> $GITHUB_ENV
51
fi
52
53
- - name: Build the project and source generator
54
- run: dotnet build SimpleDataGrid/SimpleDataGrid.csproj --configuration Release --no-restore
+ - name: Build the project
+ run: dotnet build SimpleDataGrid/SimpleDataGrid.csproj --configuration Release
55
56
- name: Pack the NuGet package
57
run: dotnet pack SimpleDataGrid/SimpleDataGrid.csproj --configuration Release --no-build --output ./nupkg
0 commit comments