File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : Setup .NET
1717 uses : actions/setup-dotnet@v5.0.0
1818 with :
19- dotnet-version : 10.0.102
19+ global-json-file : global.json
2020 - name : Restore dependencies
2121 run : dotnet restore
2222 - name : Build
Original file line number Diff line number Diff line change 1515 - name : Setup .NET
1616 uses : actions/setup-dotnet@v5.0.0
1717 with :
18- dotnet-version : 10.0.102
18+ global-json-file : global.json
1919 - name : Restore dependencies
2020 run : dotnet restore
2121 - name : Build
2525 - name : Pack
2626 run : VERSION=${GITHUB_REF##*/} dotnet pack -o . -c Release
2727 - name : Publish
28- run : dotnet nuget push FsPdf.*.nupkg -s https://nuget.org -k ${{ secrets.NUGET_API_KEY }}
28+ run : dotnet nuget push FsPdf.*.nupkg -s https://nuget.org -k ${{ secrets.NUGET_API_KEY }}
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 10.0.102 "
3+ "version" : " 10.0.202 "
44 }
55}
You can’t perform that action at this time.
0 commit comments