File tree Expand file tree Collapse file tree 5 files changed +73
-274
lines changed
Expand file tree Collapse file tree 5 files changed +73
-274
lines changed Original file line number Diff line number Diff line change 22
33* .cs text diff =csharp
44* .xaml text
5- * .sln eol =crlf
65* .csproj eol =crlf
76* .shproj eol =crlf
87* .appxmanifest eol =crlf
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-24.04
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0 # needed for Nerdbank.GitVersioning
1616
@@ -57,15 +57,15 @@ jobs:
5757 runs-on : windows-2025
5858 steps :
5959 - name : Checkout
60- uses : actions/checkout@v5
60+ uses : actions/checkout@v6
6161 with :
6262 fetch-depth : 0 # needed for Nerdbank.GitVersioning
6363
6464 - name : Setup .NET
6565 uses : actions/setup-dotnet@v5
6666
6767 - name : Build Solution
68- run : dotnet build Renci.SshNet.sln
68+ run : dotnet build Renci.SshNet.slnx
6969
7070 - name : Publish AOT Compatibility Test App
7171 run : dotnet publish -r win-x64 /warnaserror test/Renci.SshNet.AotCompatibilityTestApp/
@@ -108,7 +108,7 @@ jobs:
108108 runs-on : windows-2025
109109 steps :
110110 - name : Checkout
111- uses : actions/checkout@v5
111+ uses : actions/checkout@v6
112112 with :
113113 fetch-depth : 0 # needed for Nerdbank.GitVersioning
114114
@@ -150,7 +150,7 @@ jobs:
150150 runs-on : windows-2025
151151 steps :
152152 - name : Checkout
153- uses : actions/checkout@v5
153+ uses : actions/checkout@v6
154154 with :
155155 fetch-depth : 0 # needed for Nerdbank.GitVersioning
156156
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626
2727 - name : Setup Pages
2828 uses : actions/configure-pages@v5
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments