Skip to content

Commit e36a73c

Browse files
authored
Merge pull request #155 from Cysharp/feature/Slnx
Migrate to slnx
2 parents af964ba + 41b3a57 commit e36a73c

File tree

3 files changed

+23
-70
lines changed

3 files changed

+23
-70
lines changed

.github/workflows/build-natives.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

YetAnotherHttpHandler.sln

Lines changed: 0 additions & 68 deletions
This file was deleted.

YetAnotherHttpHandler.slnx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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>

0 commit comments

Comments
 (0)