Update .gitea /workflows/publish-nuget.yml

This commit is contained in:
2025-12-31 09:42:59 +00:00
parent 096763e89d
commit 2b4123bf2b

View File

@@ -1,15 +1,8 @@
kind: pipeline
type: docker
name: publish-nuget
run-name: ${{ gitea.actor }} is building new Nuget version 🚀
platform:
os: linux
arch: amd64
clone:
depth: full # Needed for versioning if using GitVersion or tags
jobs:
build:
steps:
- name: restore
image: mcr.microsoft.com/dotnet/sdk:10.0