Update .gitea /workflows/publish-nuget.yml
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user