diff --git a/.github/workflows/build-natives.yaml b/.github/workflows/build-natives.yaml index f3bb10e..d6a8659 100644 --- a/.github/workflows/build-natives.yaml +++ b/.github/workflows/build-natives.yaml @@ -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: @@ -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: diff --git a/YetAnotherHttpHandler.sln b/YetAnotherHttpHandler.sln deleted file mode 100644 index 0b5823d..0000000 --- a/YetAnotherHttpHandler.sln +++ /dev/null @@ -1,68 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31903.59 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YetAnotherHttpHandler", "src\YetAnotherHttpHandler\YetAnotherHttpHandler.csproj", "{2897D411-9788-4BF2-8D5F-FACD8CC56B39}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YetAnotherHttpHandler.Test", "test\YetAnotherHttpHandler.Test\YetAnotherHttpHandler.Test.csproj", "{22CFEF14-D36A-4E21-B51F-F31053C0E870}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{EDDCC9A6-BB1C-4AB9-A0C1-9AD888858442}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9D970D42-0D6A-4483-886F-3003AB62E04C}" - ProjectSection(SolutionItems) = preProject - .editorconfig = .editorconfig - .gitignore = .gitignore - README.md = README.md - THIRD-PARTY-NOTICES = THIRD-PARTY-NOTICES - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "perf", "perf", "{49D0877D-6B51-4A83-8B93-9DC19BAEABB4}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PerformanceCheck", "perf\PerformanceCheck\PerformanceCheck.csproj", "{BD12E8F7-E190-4B76-AFF5-62376CF0BD57}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YetAnotherHttpHandler.StandaloneTestServer", "test\YetAnotherHttpHandler.StandaloneTestServer\YetAnotherHttpHandler.StandaloneTestServer.csproj", "{BD7A619A-91BB-48A9-AA79-A9724DB320DD}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub Actions", "GitHub Actions", "{1E0B84D3-2B44-4948-80B8-4D2E2E6D51A3}" - ProjectSection(SolutionItems) = preProject - .github\workflows\build-natives.yml = .github\workflows\build-natives.yml - .github\workflows\build-push-and-pr.yml = .github\workflows\build-push-and-pr.yml - .github\workflows\build-release.yml = .github\workflows\build-release.yml - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {2897D411-9788-4BF2-8D5F-FACD8CC56B39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2897D411-9788-4BF2-8D5F-FACD8CC56B39}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2897D411-9788-4BF2-8D5F-FACD8CC56B39}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2897D411-9788-4BF2-8D5F-FACD8CC56B39}.Release|Any CPU.Build.0 = Release|Any CPU - {22CFEF14-D36A-4E21-B51F-F31053C0E870}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {22CFEF14-D36A-4E21-B51F-F31053C0E870}.Debug|Any CPU.Build.0 = Debug|Any CPU - {22CFEF14-D36A-4E21-B51F-F31053C0E870}.Release|Any CPU.ActiveCfg = Release|Any CPU - {22CFEF14-D36A-4E21-B51F-F31053C0E870}.Release|Any CPU.Build.0 = Release|Any CPU - {BD12E8F7-E190-4B76-AFF5-62376CF0BD57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BD12E8F7-E190-4B76-AFF5-62376CF0BD57}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BD12E8F7-E190-4B76-AFF5-62376CF0BD57}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BD12E8F7-E190-4B76-AFF5-62376CF0BD57}.Release|Any CPU.Build.0 = Release|Any CPU - {BD7A619A-91BB-48A9-AA79-A9724DB320DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BD7A619A-91BB-48A9-AA79-A9724DB320DD}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BD7A619A-91BB-48A9-AA79-A9724DB320DD}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BD7A619A-91BB-48A9-AA79-A9724DB320DD}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {22CFEF14-D36A-4E21-B51F-F31053C0E870} = {EDDCC9A6-BB1C-4AB9-A0C1-9AD888858442} - {BD12E8F7-E190-4B76-AFF5-62376CF0BD57} = {49D0877D-6B51-4A83-8B93-9DC19BAEABB4} - {BD7A619A-91BB-48A9-AA79-A9724DB320DD} = {EDDCC9A6-BB1C-4AB9-A0C1-9AD888858442} - {1E0B84D3-2B44-4948-80B8-4D2E2E6D51A3} = {9D970D42-0D6A-4483-886F-3003AB62E04C} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {0F200E0E-4EC0-4C1A-BF65-BA52D3291577} - EndGlobalSection -EndGlobal diff --git a/YetAnotherHttpHandler.slnx b/YetAnotherHttpHandler.slnx new file mode 100644 index 0000000..f362572 --- /dev/null +++ b/YetAnotherHttpHandler.slnx @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + +