Skip to content
Snippets Groups Projects
Commit a9534dec authored by DHCPCD's avatar DHCPCD
Browse files

Update .gitlab-ci.yml file

parent 70c7b0f3
No related branches found
No related tags found
No related merge requests found
Pipeline #44 passed
......@@ -24,7 +24,7 @@ build-job: # This job runs in the build stage, which runs first.
- "dotnet clean"
- "dotnet restore"
- "dotnet build -c Release --output out/ --no-restore"
#
##
deploy-job: # This job runs in the deploy stage.
stage: deploy # It only runs when *both* jobs in the test stage complete successfully.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment