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