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:
authorKenneth Hsu <kennethhsu@gmail.com>2021-02-07 00:43:51 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2021-02-07 00:56:55 +0300
commitfbf92f2cd94c107c6a2805b19bb13809a934e8d3 (patch)
tree720af0922166cf2e4bd08a320fd207bdb7e9cc9c /.github
parentfca76f1b66151547556613c07bbd954f1c2f19d7 (diff)
Define step to restore NuGet packages.
This action will add nuget to your $PATH on all operating systems, including macOS and linux, without having to prefix it with mono.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/unit_tests.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml
index f2d9d414f..cf8cc6077 100644
--- a/.github/workflows/unit_tests.yml
+++ b/.github/workflows/unit_tests.yml
@@ -28,6 +28,9 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v2
+ - name: Install NuGet
+ uses: nuget/setup-nuget@v1.0.5
+
- name: Build Duplicati
run: |
nuget restore Duplicati.sln