Added package cleanup project

This commit is contained in:
2026-02-14 16:39:25 +01:00
parent 26ee3dfb44
commit 0b0890a07d
6 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
name: "package cleanup"
description: "Cleans up old packages and versions"
runs:
using: "composite"
steps:
- name: Install set-version tool
shell: bash
run: |
dotnet tool install \
--tool-path .tools \
ShEdraft.SetVersion \
--version 1.0.0 \
--add-source https://git.sh-edraft.de/api/packages/sh-edraft.de/nuget/index.json
- name: Run set-version
shell: bash
run: |
./.tools/set-version --suffix dev