Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-natives.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
if: ${{ !inputs.build-only-linux }}
permissions:
contents: read
runs-on: macos-13 # Intel
runs-on: macos-15-intel # Intel
timeout-minutes: 30
defaults:
run:
Expand Down Expand Up @@ -411,7 +411,7 @@ jobs:
with:
path: native/artifacts
- run: ls -lFaR native/artifacts
- run: dotnet pack -c ${{ env._DOTNET_BUILD_CONFIG }} ./YetAnotherHttpHandler.sln --include-symbols --include-source -o ./publish
- run: dotnet pack -c ${{ env._DOTNET_BUILD_CONFIG }} ./YetAnotherHttpHandler.slnx --include-symbols --include-source -o ./publish
#- run: dotnet test -c ${{ env._DOTNET_BUILD_CONFIG }} ./test/YetAnotherHttpHandler.Packaging.Test
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
with:
Expand Down
68 changes: 0 additions & 68 deletions YetAnotherHttpHandler.sln

This file was deleted.

21 changes: 21 additions & 0 deletions YetAnotherHttpHandler.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<Solution>
<Folder Name="/perf/">
<Project Path="perf/PerformanceCheck/PerformanceCheck.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="README.md" />
<File Path="THIRD-PARTY-NOTICES" />
</Folder>
<Folder Name="/Solution Items/GitHub Actions/">
<File Path=".github/workflows/build-natives.yml" />
<File Path=".github/workflows/build-push-and-pr.yml" />
<File Path=".github/workflows/build-release.yml" />
</Folder>
<Folder Name="/tests/">
<Project Path="test/YetAnotherHttpHandler.StandaloneTestServer/YetAnotherHttpHandler.StandaloneTestServer.csproj" />
<Project Path="test/YetAnotherHttpHandler.Test/YetAnotherHttpHandler.Test.csproj" />
</Folder>
<Project Path="src/YetAnotherHttpHandler/YetAnotherHttpHandler.csproj" />
</Solution>