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
d90e1d2e
Commit
d90e1d2e
authored
Apr 04, 2021
by
Kim Meiser
💬
Browse files
Zeige keinen Dateifortschritt beim Kopieren.
parent
78fcbcae
Pipeline
#827
failed with stages
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d90e1d2e
...
...
@@ -19,9 +19,9 @@ build_job:
-
'
if
(Test-Path
JeoParody)
{
Remove-Item
JeoParody
-Recurse
-Confirm:$false
}'
-
'
&
"$env:NUGET_PATH"
restore
-PackagesDirectory
packages'
-
'
&
"$env:MSBUILD_PATH"
/p:Configuration=Release
/clp:ErrorsOnly'
-
'
&
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'
-
'
&
robocopy
.\Categories\fertig
\
.\
JeoParody\
*.*
/S
/NP
/W:1'
-
'
&
robocopy
.\src\Jeoparody\bin\Release\
.\
JeoParody\
Jeoparody.*
/NP
/W:1'
-
'
&
robocopy
.\src\Jeoparody\bin\Release\Media
\
.\
JeoParody\Media
*.*
/S
/NP
/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