From a84ada149fcceed4c8fcb6e152f956021355072c Mon Sep 17 00:00:00 2001 From: Carl de Billy Date: Sat, 6 Sep 2025 00:58:54 -0400 Subject: [PATCH 1/3] Symbol package publishing --- .github/workflows/build.yml | 3 ++- Directory.Build.props | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba7d169..cfdff00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: run: | $OutputDir = "nuget-packages" New-Item -ItemType Directory -Force -Path $OutputDir - Get-ChildItem -Path . -Recurse -Filter *.nupkg | Copy-Item -Destination $OutputDir + Get-ChildItem -Path . -Recurse -Include *.nupkg,*.snupkg | Copy-Item -Destination $OutputDir - name: Upload NuGet packages as artifacts uses: actions/upload-artifact@v4 @@ -71,3 +71,4 @@ jobs: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} run: | dotnet nuget push ./nuget-packages/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json + dotnet nuget push ./nuget-packages/*.snupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json diff --git a/Directory.Build.props b/Directory.Build.props index a6f6745..b74a2ec 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -21,6 +21,8 @@ http server lightweight self-contained sse iot desktop tools diagnostics true snupkg + true + true enable From f946dfcb2b2d4c4bcc92e957fb921564c708cb11 Mon Sep 17 00:00:00 2001 From: Carl de Billy Date: Sat, 6 Sep 2025 01:05:10 -0400 Subject: [PATCH 2/3] ci: Switch build environment to Ubuntu --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfdff00..648ea8f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: windows-latest + runs-on: ubuntu-latest steps: - name: Checkout code From 8e921ba8ab73f93182a9aa47a0c2b6e79230d5a9 Mon Sep 17 00:00:00 2001 From: Carl de Billy Date: Sat, 6 Sep 2025 01:10:57 -0400 Subject: [PATCH 3/3] ci: Fix build on Linux --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index 140ee15..f424a74 100644 --- a/version.json +++ b/version.json @@ -9,9 +9,9 @@ "^refs/heads/release/\\d+(?:\\.\\d+)?$" ], "cloudBuild": { - "setAllVariables": true, + "setAllVariables": false, "buildNumber": { - "enabled": true + "enabled": false } }, "release": {