Warehouses #1
@@ -1,8 +1,6 @@
|
|||||||
clone:
|
skip_clone: true
|
||||||
git:
|
|
||||||
disable: true
|
|
||||||
|
|
||||||
pipeline:
|
steps:
|
||||||
clone-manual:
|
clone-manual:
|
||||||
image: woodpeckerci/plugin-git
|
image: woodpeckerci/plugin-git
|
||||||
settings:
|
settings:
|
||||||
@@ -14,6 +12,8 @@ pipeline:
|
|||||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||||
commands:
|
commands:
|
||||||
- dotnet restore --no-cache --force
|
- dotnet restore --no-cache --force
|
||||||
|
depends_on:
|
||||||
|
- clone-manual
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||||
@@ -43,6 +43,8 @@ pipeline:
|
|||||||
path:
|
path:
|
||||||
include:
|
include:
|
||||||
- "**/*DataModel.csproj"
|
- "**/*DataModel.csproj"
|
||||||
|
depends_on:
|
||||||
|
- test # opcjonalnie, dodaj jeśli chcesz zależności
|
||||||
|
|
||||||
publish-api:
|
publish-api:
|
||||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||||
@@ -58,4 +60,6 @@ pipeline:
|
|||||||
event: push
|
event: push
|
||||||
path:
|
path:
|
||||||
include:
|
include:
|
||||||
- "**/*API.csproj"
|
- "**/*API.csproj"
|
||||||
|
depends_on:
|
||||||
|
- test # opcjonalnie
|
||||||
Reference in New Issue
Block a user