File tree Expand file tree Collapse file tree 6 files changed +37
-12
lines changed
Expand file tree Collapse file tree 6 files changed +37
-12
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,15 @@ name: macos-arm
55
66on :
77 push :
8+ paths-ignore :
9+ - ' ./.github'
810 branches : [ "master" ]
911 pull_request :
12+ paths-ignore :
13+ - ' ./.github'
1014 branches : [ "master" ]
1115
16+
1217jobs :
1318 build :
1419 strategy :
2227 - name : Setup .NET
2328 uses : actions/setup-dotnet@v4
2429 with :
25- dotnet-version : 8 .0.x
30+ dotnet-version : 10 .0.x
2631 - name : Restore dependencies
2732 run : dotnet restore
2833 - name : Build
6065 - name : Setup .NET
6166 uses : actions/setup-dotnet@v4
6267 with :
63- dotnet-version : 8 .0.x
68+ dotnet-version : 10 .0.x
6469 - name : List refs
6570 run : dotnet list CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference
6671 - name : Delete reference
Original file line number Diff line number Diff line change @@ -5,8 +5,12 @@ name: macos
55
66on :
77 push :
8+ paths-ignore :
9+ - ' ./.github'
810 branches : [ "master" ]
911 pull_request :
12+ paths-ignore :
13+ - ' ./.github'
1014 branches : [ "master" ]
1115
1216jobs :
2226 - name : Setup .NET
2327 uses : actions/setup-dotnet@v4
2428 with :
25- dotnet-version : 8 .0.x
29+ dotnet-version : 10 .0.x
2630 - name : Restore dependencies
2731 run : dotnet restore
2832 - name : Build
6064 - name : Setup .NET
6165 uses : actions/setup-dotnet@v4
6266 with :
63- dotnet-version : 8 .0.x
67+ dotnet-version : 10 .0.x
6468 - name : List refs
6569 run : dotnet list CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference
6670 - name : Delete reference
Original file line number Diff line number Diff line change @@ -5,8 +5,12 @@ name: ubuntu-arm
55
66on :
77 push :
8+ paths-ignore :
9+ - ' ./.github'
810 branches : [ "master" ]
911 pull_request :
12+ paths-ignore :
13+ - ' ./.github'
1014 branches : [ "master" ]
1115
1216jobs :
2226 - name : Setup .NET
2327 uses : actions/setup-dotnet@v4
2428 with :
25- dotnet-version : 8 .0.x
29+ dotnet-version : 10 .0.x
2630 - name : Restore dependencies
2731 run : dotnet restore
2832 - name : Build
6064 - name : Setup .NET
6165 uses : actions/setup-dotnet@v4
6266 with :
63- dotnet-version : 8 .0.x
67+ dotnet-version : 10 .0.x
6468 - name : List refs
6569 run : dotnet list CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference
6670 - name : Delete reference
Original file line number Diff line number Diff line change @@ -5,8 +5,12 @@ name: ubuntu
55
66on :
77 push :
8+ paths-ignore :
9+ - ' ./.github'
810 branches : [ "master" ]
911 pull_request :
12+ paths-ignore :
13+ - ' ./.github'
1014 branches : [ "master" ]
1115
1216jobs :
2226 - name : Setup .NET
2327 uses : actions/setup-dotnet@v4
2428 with :
25- dotnet-version : 8 .0.x
29+ dotnet-version : 10 .0.x
2630 - name : Restore dependencies
2731 run : dotnet restore
2832 - name : Build
6064 - name : Setup .NET
6165 uses : actions/setup-dotnet@v4
6266 with :
63- dotnet-version : 8 .0.x
67+ dotnet-version : 10 .0.x
6468 - name : List refs
6569 run : dotnet list CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference
6670 - name : Delete reference
Original file line number Diff line number Diff line change @@ -5,8 +5,12 @@ name: windows-arm
55
66on :
77 push :
8+ paths-ignore :
9+ - ' ./.github'
810 branches : [ "master" ]
911 pull_request :
12+ paths-ignore :
13+ - ' ./.github'
1014 branches : [ "master" ]
1115
1216jobs :
2226 - name : Setup .NET
2327 uses : actions/setup-dotnet@v4
2428 with :
25- dotnet-version : 8 .0.x
29+ dotnet-version : 10 .0.x
2630 - name : Restore dependencies
2731 run : dotnet restore
2832 - name : Build
6064 - name : Setup .NET
6165 uses : actions/setup-dotnet@v4
6266 with :
63- dotnet-version : 8 .0.x
67+ dotnet-version : 10 .0.x
6468 - name : List refs
6569 run : dotnet list CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference
6670 - name : Delete reference
Original file line number Diff line number Diff line change @@ -5,8 +5,12 @@ name: windows
55
66on :
77 push :
8+ paths-ignore :
9+ - ' ./.github'
810 branches : [ "master" ]
911 pull_request :
12+ paths-ignore :
13+ - ' ./.github'
1014 branches : [ "master" ]
1115
1216jobs :
2226 - name : Setup .NET
2327 uses : actions/setup-dotnet@v4
2428 with :
25- dotnet-version : 8 .0.x
29+ dotnet-version : 10 .0.x
2630 - name : Restore dependencies
2731 run : dotnet restore
2832 - name : Build
6064 - name : Setup .NET
6165 uses : actions/setup-dotnet@v4
6266 with :
63- dotnet-version : 8 .0.x
67+ dotnet-version : 10 .0.x
6468 - name : List refs
6569 run : dotnet list CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference
6670 - name : Delete reference
You can’t perform that action at this time.
0 commit comments