File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 fileVersion : ${{ github.event.release.tag_name }}
3131 informationalVersion : ${{ github.event.release.tag_name }}-${{ github.sha }}
3232 - name : Build
33- run : dotnet build DotNetSiemensPLCToolBoxLibrary.sln
33+ run : dotnet build --configuration Release DotNetSiemensPLCToolBoxLibrary.sln
3434 - uses : actions/upload-artifact@v4
3535 with :
3636 path : ./**/DotNetProjects.DotNetSiemensPLCToolBoxLibrary*.nupkg
37- # - name: Publish Nuget
38- # run: dotnet nuget push DotNetSiemensPLCToolBoxLibrary.sln --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
37+ - name : Publish Nuget
38+ run : dotnet nuget push DotNetSiemensPLCToolBoxLibrary.sln --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments