We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317e818 commit 14a2462Copy full SHA for 14a2462
src/Setup/Setup.csproj
@@ -28,7 +28,7 @@
28
<ResourceFiles Include="res\**\*.*" />
29
</ItemGroup>
30
<PropertyGroup>
31
- <SetupExeOutputFolder>$(RepoRootDir)assets\</SetupExeOutputFolder>
+ <SetupExeOutputFolder>$(SolutionDir)..\assets\</SetupExeOutputFolder>
32
<SetupExeName>Particular.ServicePulse-$(MinVerMajor).$(MinVerMinor).$(MinVerPatch).exe</SetupExeName>
33
</PropertyGroup>
34
<MakeDir Directories="$(SetupExeOutputFolder)" />
@@ -47,4 +47,4 @@
47
<Exec Command="$(AdvancedInstallerExe) /execute $(IntermediateOutputPath)$(AIPFile) $(IntermediateOutputPath)$(CommandFile)" />
48
</Target>
49
50
-</Project>
+</Project>
0 commit comments