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

Update .gitlab-ci.yml file

parent e4297f68
No related branches found
No related tags found
No related merge requests found
Pipeline #50 failed
...@@ -32,7 +32,10 @@ build-job: # This job runs in the build stage, which runs first. ...@@ -32,7 +32,10 @@ build-job: # This job runs in the build stage, which runs first.
- "dotnet clean" - "dotnet clean"
- "dotnet restore" - "dotnet restore"
- "dotnet build -c Release --output out/ --no-restore" - "dotnet build -c Release --output out/ --no-restore"
- "zip -r ${WINDOWS_X64_BINARY} out" - "zip -r bin/${WINDOWS_X64_BINARY} out"
artifacts:
paths:
- bin/
upload: upload:
......
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