Skip to content
Snippets Groups Projects
Commit 08167b09 authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Copying files

parent affaa146
Branches
No related tags found
No related merge requests found
Pipeline #265814 passed
......@@ -35,6 +35,8 @@ Build_Windows:
variables:
CLIENT_CONFIG: "DebugGame"
# CLIENT_CONFIG: "Shipping"
script:
- cp -ErrorAction Ignore -R "$env:CI_PROJECT_DIR/DasherResources/*" "$env:CI_PROJECT_DIR/Release/$env:CI_PROJECT_NAME/WindowsNoEditor/DasherDemo/DasherResources/" ; $true | out-null
# Build_Linux:
# only: ['web', 'schedules']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment