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-06 22:07:36 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2021-02-06 22:07:36 +0300
commit1608154514071d011c63f67e50ebb7726f319eb1 (patch)
treecca8265febb8e0b3a2667e2d6977c854cb6c3456 /.github
parentfc249b9df39cee378675a2d52b2247e2efd0099c (diff)
Skip build of DependencyFinder.
This fails with the following error: Program.cs(42,36): error CS1503: Argument 1: cannot convert from 'string' to 'Mono.Cecil.AssemblyNameReference' [/home/runner/work/duplicati/duplicati/BuildTools/DependencyFinder/DependencyFinder.csproj]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/unit_tests.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml
index 827b3be23..7ad5b64fe 100644
--- a/.github/workflows/unit_tests.yml
+++ b/.github/workflows/unit_tests.yml
@@ -22,10 +22,10 @@ jobs:
nuget restore BuildTools/AutoUpdateBuilder/AutoUpdateBuilder.sln
msbuild -p:Configuration=Release BuildTools/AutoUpdateBuilder/AutoUpdateBuilder.sln
- - name: Build DependencyFinder
- run: |
- nuget restore BuildTools/DependencyFinder/DependencyFinder.sln
- msbuild -p:Configuration=Release BuildTools/DependencyFinder/DependencyFinder.sln
+ # - name: Build DependencyFinder
+ # run: |
+ # nuget restore BuildTools/DependencyFinder/DependencyFinder.sln
+ # msbuild -p:Configuration=Release BuildTools/DependencyFinder/DependencyFinder.sln
- name: Build GnupgSigningTool
run: |