Loading .gitlab-ci.yml 0 → 100644 +20 −0 Original line number Diff line number Diff line image : microsoft/dotnet:latest stages: - build - release build: stage: build script: - dotnet build release: stage: release only: - master artifacts: paths: - publish/ script: - dotnet publish -c Release -o publish MustachioTemplatePreviewer/MustachioTemplatePreviewer.csproj No newline at end of file Loading
.gitlab-ci.yml 0 → 100644 +20 −0 Original line number Diff line number Diff line image : microsoft/dotnet:latest stages: - build - release build: stage: build script: - dotnet build release: stage: release only: - master artifacts: paths: - publish/ script: - dotnet publish -c Release -o publish MustachioTemplatePreviewer/MustachioTemplatePreviewer.csproj No newline at end of file