File tree Expand file tree Collapse file tree 5 files changed +48
-1
lines changed
Expand file tree Collapse file tree 5 files changed +48
-1
lines changed Original file line number Diff line number Diff line change 1+ name : .NET 10 Preview Test
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ workflow_dispatch :
8+
9+ jobs :
10+ net10-preview :
11+ name : .NET 10 Preview Hello World
12+ runs-on : ubuntu-latest
13+
14+ steps :
15+ - name : Checkout code
16+ uses : actions/checkout@v4
17+
18+ - name : Setup .NET 10 Preview
19+ uses : actions/setup-dotnet@v4
20+ with :
21+ dotnet-version : ' 10.0.x'
22+ dotnet-quality : ' preview'
23+
24+ - name : Display .NET version
25+ run : dotnet --version
26+
27+ - name : List installed SDKs
28+ run : dotnet --list-sdks
29+
30+ - name : Display .NET info
31+ run : dotnet --info
Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - ' *'
7+ paths :
8+ - ' src/NullOpsDevs.LibSsh/**'
9+ - ' src/NullOpsDevs.LibSsh.Test/**'
10+ - ' **.csproj'
11+ - ' **.sln'
712 workflow_dispatch :
813
914jobs :
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - matrix-test
7+ paths :
8+ - ' src/**'
9+ - ' **.csproj'
10+ - ' **.sln'
11+ - ' .github/workflows/test-dotnet-versions.yml'
712 workflow_dispatch :
813
914jobs :
Original file line number Diff line number Diff line change @@ -2,8 +2,13 @@ name: Test
22
33on :
44 push :
5- branches :
5+ branches :
66 - main
7+ paths :
8+ - ' src/**'
9+ - ' **.csproj'
10+ - ' **.sln'
11+ - ' .github/workflows/test.yml'
712 workflow_dispatch :
813
914jobs :
Original file line number Diff line number Diff line change 44 <File Path =" ../.github\workflows\publish.yml" />
55 <File Path =" ..\.github\workflows\docs-workflow.yml" />
66 <File Path =" ..\.github\workflows\test-dotnet-versions.yml" />
7+ <File Path =" ..\.github\workflows\net10-preview.yml" />
78 </Folder >
89 <Project Path =" NullOpsDevs.Libssh.NuGetTest\NullOpsDevs.Libssh.NuGetTest.csproj" Type =" Classic C#" />
910 <Project Path =" NullOpsDevs.LibSsh.Test\NullOpsDevs.LibSsh.Test.csproj" Type =" Classic C#" />
You can’t perform that action at this time.
0 commit comments