diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-04-13 02:34:52 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2020-04-13 02:34:52 +0900 |
| commit | 4758e750907f28df3b324b8fb3243baf716c5a30 (patch) | |
| tree | 0ff203fc20970f9354b10da967df1491dfa26055 | |
| parent | 8c6e1ef27e79ad38f8cd5fdc42feb2e8ee313d41 (diff) | |
leave files in destination folder during extraction
| -rw-r--r-- | .ci/azure-pipelines-main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/azure-pipelines-main.yml b/.ci/azure-pipelines-main.yml index de20412ab..40568a3ae 100644 --- a/.ci/azure-pipelines-main.yml +++ b/.ci/azure-pipelines-main.yml @@ -47,6 +47,7 @@ jobs: inputs: archiveFilePatterns: '$(Agent.TempDirectory)/*.zip' destinationFolder: '$(Build.SourcesDirectory)/MediaBrowser.WebDashboard' + cleanDestinationFolder: false - task: UseDotNet@2 displayName: "Update DotNet" |
