diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51dcf9bddac92875a59309206ab4d0358ab4911f..f34bf1256bdad296a2bb571f34577dd3a593a146 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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.