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
ad6c3ae1
Commit
ad6c3ae1
authored
Apr 03, 2021
by
Kim Meiser
💬
Browse files
Nächster Versuch, um den evtl. existierenden Ordner zu löschen.
parent
15d09800
Pipeline
#821
failed with stages
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ad6c3ae1
...
...
@@ -16,9 +16,9 @@ build_job:
only
:
-
branches
script
:
-
'
if
(Test-Path
JeoParody)
{
Remove-Item
JeoParody
-Recurse
-Confirm:$false
}'
-
'
&
"$env:NUGET_PATH"
restore
-PackagesDirectory
packages'
-
'
&
"$env:MSBUILD_PATH"
/p:Configuration=Release
/clp:ErrorsOnly'
-
'
&
if
exist
JeoParody
rmdir
JeoParody
/s
/q'
-
'
&
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'
...
...
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