File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 run : dotnet build RulesEngineEditor.sln --configuration Release
2424
2525 - name : dotnet pack
26- run : dotnet pack RulesEngineEditor.sln -c Release --no-build --include-source --include-symbols
26+ run : dotnet pack RulesEngineEditor.sln -c Release --no-build --include-source --include-symbols -o nupkg
2727
2828 - name : setup nuget
2929 if : github.event_name == 'push' && github.ref == 'refs/heads/main'
3636 - name : Publish NuGet
3737 uses : brandedoutcast/publish-nuget@v2
3838 with :
39- PROJECT_FILE_PATH : src/RulesEngineEditor/RulesEngineEditor.csproj # Relative to repository root
40- NUGET_KEY : ${{ secrets.NUGET_API_KEY }}
41- PACKAGE_NAME : RulesEngineEditor
39+ PROJECT_FILE_PATH : src/RulesEngineEditor/RulesEngineEditor.csproj
40+ NUGET_KEY : ${{ secrets.NUGET_API_KEY }}
41+ PACKAGE_NAME : RulesEngineEditor
You can’t perform that action at this time.
0 commit comments