From 189cfafc03a1e415a3eccc3de60aa339e018d7c9 Mon Sep 17 00:00:00 2001 From: Reherc Date: Fri, 30 Jul 2021 03:10:41 +0200 Subject: [PATCH] Updated msbuild project targets to include missing dependencies in zipped release --- .github/workflows/auto-deploy.yml | 4 ---- Distance.UnityExplorer/Distance.UnityExplorer.targets | 7 +++++++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-deploy.yml b/.github/workflows/auto-deploy.yml index 5b21b84..9989102 100644 --- a/.github/workflows/auto-deploy.yml +++ b/.github/workflows/auto-deploy.yml @@ -30,10 +30,6 @@ jobs: run: nuget restore $env:SOLUTION - name: Build Solution run: msbuild $env:SOLUTION -m - - name: Check Current File Tree - shell: pwsh - run: | - tree "${{ github.workspace }}" /f /a - name: Format Artifact List id: artifacts uses: frabert/replace-string-action@v2.0 diff --git a/Distance.UnityExplorer/Distance.UnityExplorer.targets b/Distance.UnityExplorer/Distance.UnityExplorer.targets index 876b888..69d9185 100644 --- a/Distance.UnityExplorer/Distance.UnityExplorer.targets +++ b/Distance.UnityExplorer/Distance.UnityExplorer.targets @@ -27,5 +27,12 @@ /> + + + + + + + \ No newline at end of file