Update .woodpecker.yml

This commit is contained in:
2026-01-02 14:26:40 +01:00
parent a301ca1ecc
commit 568d2d3918

View File

@@ -1,6 +1,11 @@
skip_clone: true skip_clone: true
steps: steps:
add-local-nuget-source:
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet nuget add source http://srv51.mikr.us:20120/nuget/index.json --name local-baget
clone-manual: clone-manual:
image: woodpeckerci/plugin-git image: woodpeckerci/plugin-git
settings: settings:
@@ -14,6 +19,7 @@ steps:
- dotnet restore --no-cache --force - dotnet restore --no-cache --force
depends_on: depends_on:
- clone-manual - clone-manual
- add-local-nuget-source
build: build:
image: mcr.microsoft.com/dotnet/sdk:8.0 image: mcr.microsoft.com/dotnet/sdk:8.0