Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlueBlock <danb@pobox.com>2019-08-23 06:15:54 +0300
committerBlueBlock <danb@pobox.com>2019-08-23 06:15:54 +0300
commit4b1f260ac625af0f913d553a0d48c99de4e9bd14 (patch)
treeb155d3302f000e1fb8d30077ce9f2bc46f034027 /.appveyor.yml
parentc0fa8641adc28bc44680a031213485f669e32f20 (diff)
resolve merge conflicts
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 4dc59d492..7a4bbab6a 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -17,11 +17,6 @@ build:
verbosity: minimal
test_script:
- ps: |
- Start-FileDownload https://s3.amazonaws.com/duplicati-test-file-hosting/DSMCBE.zip
-
- 7z x DSMCBE.zip -otestdata
- mkdir .\testData\data
-
nuget install OpenCover -Version 4.7.922 -OutputDirectory packages
nuget install coveralls.net -Version 0.7.0 -OutputDirectory packages
nuget install NUnit.Runners -Version 3.10.0 -OutputDirectory packages