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