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 23:44:09 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2021-02-06 23:44:09 +0300
commit8aa08fbc6a3d636549864ad7daca5f1eb85747da (patch)
tree7bfe38f84de7a4ac3fdb647e9c075d5170041bbc
parenta352b34ab55e016df7f5e79836c07b7db5357cee (diff)
Remove unnecessary build steps.
These are not needed to run the tests.
-rw-r--r--.github/workflows/unit_tests.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml
index 086c8c3d5..5f8d8a8d2 100644
--- a/.github/workflows/unit_tests.yml
+++ b/.github/workflows/unit_tests.yml
@@ -19,26 +19,6 @@ jobs:
- name: Checkout $GITHUB_SHA from $GITHUB_REF
uses: actions/checkout@v2
- - name: Build AutoUpdateBuilder
- run: |
- 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 GnupgSigningTool
- run: |
- nuget restore BuildTools/GnupgSigningTool/GnupgSigningTool.sln
- msbuild -p:Configuration=Release BuildTools/GnupgSigningTool/GnupgSigningTool.sln
-
- - name: Build UpdateVersionStamp
- run: |
- nuget restore BuildTools/UpdateVersionStamp/UpdateVersionStamp.sln
- msbuild -p:Configuration=Release BuildTools/UpdateVersionStamp/UpdateVersionStamp.sln
-
- name: Build Duplicati
run: |
nuget restore Duplicati.sln