File tree Expand file tree Collapse file tree 3 files changed +23
-70
lines changed
Expand file tree Collapse file tree 3 files changed +23
-70
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174 if : ${{ !inputs.build-only-linux }}
175175 permissions :
176176 contents : read
177- runs-on : macos-13 # Intel
177+ runs-on : macos-15-intel # Intel
178178 timeout-minutes : 30
179179 defaults :
180180 run :
@@ -411,7 +411,7 @@ jobs:
411411 with :
412412 path : native/artifacts
413413 - run : ls -lFaR native/artifacts
414- - run : dotnet pack -c ${{ env._DOTNET_BUILD_CONFIG }} ./YetAnotherHttpHandler.sln --include-symbols --include-source -o ./publish
414+ - run : dotnet pack -c ${{ env._DOTNET_BUILD_CONFIG }} ./YetAnotherHttpHandler.slnx --include-symbols --include-source -o ./publish
415415 # - run: dotnet test -c ${{ env._DOTNET_BUILD_CONFIG }} ./test/YetAnotherHttpHandler.Packaging.Test
416416 - uses : Cysharp/Actions/.github/actions/upload-artifact@main
417417 with :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Folder Name =" /perf/" >
3+ <Project Path =" perf/PerformanceCheck/PerformanceCheck.csproj" />
4+ </Folder >
5+ <Folder Name =" /Solution Items/" >
6+ <File Path =" .editorconfig" />
7+ <File Path =" .gitignore" />
8+ <File Path =" README.md" />
9+ <File Path =" THIRD-PARTY-NOTICES" />
10+ </Folder >
11+ <Folder Name =" /Solution Items/GitHub Actions/" >
12+ <File Path =" .github/workflows/build-natives.yml" />
13+ <File Path =" .github/workflows/build-push-and-pr.yml" />
14+ <File Path =" .github/workflows/build-release.yml" />
15+ </Folder >
16+ <Folder Name =" /tests/" >
17+ <Project Path =" test/YetAnotherHttpHandler.StandaloneTestServer/YetAnotherHttpHandler.StandaloneTestServer.csproj" />
18+ <Project Path =" test/YetAnotherHttpHandler.Test/YetAnotherHttpHandler.Test.csproj" />
19+ </Folder >
20+ <Project Path =" src/YetAnotherHttpHandler/YetAnotherHttpHandler.csproj" />
21+ </Solution >
You can’t perform that action at this time.
0 commit comments