File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 persist-credentials : false
5050 fetch-depth : 0
5151
52- # ensure .NET 10 SDK is present
52+ # ensure .NET 10 SDK is present
5353 - name : Setup dotnet
5454 uses : actions/setup-dotnet@v5
5555 with :
@@ -83,12 +83,11 @@ jobs:
8383 with :
8484 persist-credentials : false
8585
86- # ensure .NET 10 SDK is present
87- - name : Setup dotnet
86+ # ensure .NET 10 SDK is present
87+ - name : Setup dotnet
8888 uses : actions/setup-dotnet@v5
8989 with :
90- dotnet-version : ' 10.0.x'
91-
90+ dotnet-version : ' 10.0.x'
9291
9392 - name : Build Docs
9493 run : ./Build-Docs.ps1 -FullInit -Configuration Release
Original file line number Diff line number Diff line change 3030 persist-credentials : false
3131 fetch-depth : 0
3232
33+ # ensure .NET 10 SDK is present
34+ - name : Setup dotnet
35+ uses : actions/setup-dotnet@v5
36+ with :
37+ dotnet-version : ' 10.0.x'
38+
3339 - name : Build Source
3440 run : .\Build-Source.ps1 -FullInit -ForceClean
3541
8187 with :
8288 draft : true
8389 files : BuildOutput/NuGet/*.nupkg
84-
You can’t perform that action at this time.
0 commit comments