From e8d5efbaa2649d5e6d966256434bb7ab47d7a793 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Wed, 8 May 2024 23:51:03 +0200 Subject: [PATCH] minor tweaks --- .github/workflows/dotnet.yml | 4 ++-- DUI3-DX/Connectors/Directory.Build.targets | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 57fc44494f..64270fb166 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,9 +23,9 @@ jobs: key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} - name: NuGet Restore if: steps.cache.outputs.cache-hit != 'true' - run: msbuild DUI3-DX.slnf -t:Restore + run: msbuild DUI3-DX.slnf -t:Restore /p:Configuration=Release /p:IsDesktopBuild=false - name: Build - run: msbuild DUI3-DX.slnf /p:Configuration=Release /p:IsDesktopBuild=false + run: msbuild DUI3-DX.slnf /p:Configuration=Release /p:IsDesktopBuild=false -v:m - name: Upload artifacts uses: actions/upload-artifact@v4 with: diff --git a/DUI3-DX/Connectors/Directory.Build.targets b/DUI3-DX/Connectors/Directory.Build.targets index dbb15b1b03..d418539297 100644 --- a/DUI3-DX/Connectors/Directory.Build.targets +++ b/DUI3-DX/Connectors/Directory.Build.targets @@ -11,10 +11,8 @@ $(RepositoryRoot)dist/$(ConnectorSlug)/$(ConnectorVersion)/ - $(RepositoryRoot)dist/zip/ - $(ConnectorSlug)-$(ConnectorVersion)-$(Version).zip - ms +