Delete .gitlab.ci
This commit is contained in:
parent
2e81f3709d
commit
c47a635c68
13
.gitlab.ci
13
.gitlab.ci
|
@ -1,13 +0,0 @@
|
||||||
stages:
|
|
||||||
- build
|
|
||||||
|
|
||||||
build:
|
|
||||||
image: mcr.microsoft.com/dotnet/sdk:7.0.400-jammy-amd64
|
|
||||||
stage: build
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
artifacts:
|
|
||||||
path:
|
|
||||||
- publish/ArtifactTest
|
|
||||||
script:
|
|
||||||
- cd src && dotnet publish -o ../publish --self-contained -p:PublishReadyToRun=true -p:PublishSingleFile=true -c Release
|
|
Loading…
Reference in New Issue