Update .gitea /workflows/publish-nuget.yml
This commit is contained in:
@@ -1,16 +1,9 @@
|
||||
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
|
||||
|
||||
steps:
|
||||
jobs:
|
||||
build:
|
||||
steps:
|
||||
- name: restore
|
||||
image: mcr.microsoft.com/dotnet/sdk:10.0
|
||||
commands:
|
||||
|
||||
Reference in New Issue
Block a user