diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08fcea35..7ac2d15b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: - name: Build Windows installer env: AZURE_KEY_VAULT_CLIENT_SECRET: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }} - run: msbuild src/Setup -p:Configuration=Release -restore -m + run: dotnet build src/Setup --configuration Release - name: Publish artifacts uses: actions/upload-artifact@v7.0.1 with: diff --git a/src/ServiceInsight.slnx b/src/ServiceInsight.slnx index 28761e47..7c332225 100644 --- a/src/ServiceInsight.slnx +++ b/src/ServiceInsight.slnx @@ -1,4 +1,7 @@ + + + diff --git a/src/Setup/Setup.csproj b/src/Setup/Setup.csproj index 498cf2e6..bdd802fc 100644 --- a/src/Setup/Setup.csproj +++ b/src/Setup/Setup.csproj @@ -12,10 +12,6 @@ net48 - - - - $(registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Caphyon\Advanced Installer@Advanced Installer Path)