Warehouses #1

Merged
trent merged 159 commits from Warehouses into master 2026-01-10 20:24:17 +00:00
Showing only changes of commit 568d2d3918 - Show all commits

View File

@@ -1,6 +1,11 @@
skip_clone: true
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:
image: woodpeckerci/plugin-git
settings:
@@ -14,6 +19,7 @@ steps:
- dotnet restore --no-cache --force
depends_on:
- clone-manual
- add-local-nuget-source
build:
image: mcr.microsoft.com/dotnet/sdk:8.0