Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hacksaar
JeoParody
Commits
c897e6ba
Commit
c897e6ba
authored
Apr 03, 2021
by
Kim Meiser
💬
Browse files
Fehlende Inhalte im Deployment-Artefakt ergänzt.
parent
6add31d4
Pipeline
#816
failed with stages
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c897e6ba
...
...
@@ -18,9 +18,10 @@ build_job:
script
:
-
'
&
"$env:NUGET_PATH"
restore
-PackagesDirectory
packages'
-
'
&
"$env:MSBUILD_PATH"
/p:Configuration=Release
/clp:ErrorsOnly'
-
'
&
robocopy
.\Categories\fertig
JeoParody
*.*'
-
'
&
robocopy
.\src\Jeoparody\bin\Release\
JeoParody
Jeoparody.*'
-
'
&
robocopy
.\src\Jeoparody\bin\Release\Media
JeoParody\Media
*.*'
-
'
&
rmdir
JeoParody
/s
/q
1>nul
2>nul'
-
'
&
robocopy
.\Categories\fertig
JeoParody
*.*
/S
/W:1'
-
'
&
robocopy
.\src\Jeoparody\bin\Release\
JeoParody
Jeoparody.*
/W:1'
-
'
&
robocopy
.\src\Jeoparody\bin\Release\Media
JeoParody\Media
*.*
/S
/W:1'
artifacts
:
expire_in
:
2 days
paths
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment