parent
f3d2ff1979
commit
6db7a5d393
@ -0,0 +1,15 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: myFirstPipeline
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: mcr.microsoft.com/dotnet/sdk:7.0
|
||||||
|
commands:
|
||||||
|
- cd ParionsCuite/
|
||||||
|
- dotnet restore ParionsCuite.sln
|
||||||
|
- dotnet build ParionsCuite.sln -c Release --no-restore
|
Loading…
Reference in new issue