From 8f6f062ed965b2ebf9b5703ede378cdf82c8b5a2 Mon Sep 17 00:00:00 2001 From: Xenira <1288524+Xenira@users.noreply.github.com> Date: Sat, 10 Feb 2024 03:58:18 +0100 Subject: [PATCH] build(nuget): fix version and removed publicising --- .github/workflows/release-please.yml | 2 +- .vscode/settings.json | 3 ++- release-please-config.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 5d3b390..7c1359e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -78,7 +78,7 @@ jobs: github-token: ${{ secrets.DEPENDENCY_TOKEN }} - name: Strip release artifact run: | - ./tools/NStrip.exe -cg -p --cg-exclude-events artifact/BepInEx/plugins/pi_utils/pi_utils.dll ./nuget/lib/pi_utils.dll + ./tools/NStrip.exe artifact/BepInEx/plugins/pi_utils/pi_utils.dll ./nuget/lib/pi_utils.dll - name: Pack nuget run: nuget pack nuget -OutputFileNamesWithoutVersion -OutputDirectory build -Properties "git=https://github.com/${{ github.repository }}.git;name=${{ github.event.repository.name }};author=${{ github.repository_owner }};description=${{ github.event.repository.description }}" - name: Publish nuget diff --git a/.vscode/settings.json b/.vscode/settings.json index 50a52f9..d2d0ada 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "conventionalCommits.scopes": [ - "nuget" + "nuget", + "readme" ] } \ No newline at end of file diff --git a/release-please-config.json b/release-please-config.json index 15b481a..5be926e 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -9,7 +9,7 @@ "README.adoc", ".github/ISSUE_TEMPLATE/bug_report.md", "plugin/PiUtils.csproj", - "nuget/PiUtilsDefinitions.cs", + "nuget/PiUtilsDefinitions.nuspec", { "type": "json", "path": "manifest.json",