Skip to content

Commit 7feb4ff

Browse files
authored
Merge pull request #1692 from Particular/setup-project-tweaks
Setup project tweaks
2 parents 42dd0cf + f2c05f6 commit 7feb4ff

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Build Windows installer
4848
env:
4949
AZURE_KEY_VAULT_CLIENT_SECRET: ${{ secrets.AZURE_KEY_VAULT_CLIENT_SECRET }}
50-
run: msbuild src/Setup -p:Configuration=Release -restore -m
50+
run: dotnet build src/Setup --configuration Release
5151
- name: Publish artifacts
5252
uses: actions/upload-artifact@v7.0.1
5353
with:

src/ServiceInsight.slnx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<Solution>
2+
<Folder Name="/Installer/">
3+
<File Path="Setup/Setup.csproj" />
4+
</Folder>
25
<Folder Name="/Solution Items/">
36
<File Path="Custom.Build.props" />
47
<File Path="Setup/Setup.csproj" />

src/Setup/Setup.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
<TargetFramework>net48</TargetFramework>
1313
</PropertyGroup>
1414

15-
<ItemGroup>
16-
<ProjectReference Include="..\ServiceInsight\ServiceInsight.csproj" />
17-
</ItemGroup>
18-
1915
<Target Name="CreateInstaller" AfterTargets="Build">
2016
<PropertyGroup>
2117
<AdvancedInstallerPath>$(registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Caphyon\Advanced Installer@Advanced Installer Path)</AdvancedInstallerPath>

0 commit comments

Comments
 (0)