File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments