File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 - name : Setup .NET
1919 uses : actions/setup-dotnet@v4
2020 with :
21- dotnet-version : 7.0.x
21+ dotnet-version : 8
2222 include-prerelease : true
2323
2424 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 - name : GitVersion
2525 run : dotnet dotnet-gitversion /output buildserver /updateprojectfiles
2626
27- - name : Setup .NET 7
27+ - name : Setup .NET
2828 uses : actions/setup-dotnet@v4
2929 with :
30- dotnet-version : 7.0.x
30+ dotnet-version : 8
3131 include-prerelease : true
3232
3333 - name : Install dependencies
4646 - name : Publish
4747 env :
4848 NugetKey : ${{ secrets.NuGetKey }}
49- run : dotnet nuget push (Get-ChildItem *.nupkg -Recurse) --api-key $Env:NuGetKey --source https://api.nuget.org/v3/index.json
49+ run : dotnet nuget push (Get-ChildItem *.nupkg -Recurse) --api-key $Env:NuGetKey --source https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments