Skip to content

Commit 8b1a333

Browse files
committed
fixed comments
1 parent 2e7ad9a commit 8b1a333

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: installer/cli.wixproj

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
<PropertyGroup>
44
<Configuration>Release</Configuration>
55
<Platform Condition="'$(Platform)' == ''">x64</Platform>
6-
<!-- "ProductVersion" gets overridden when run with the commandline by the relese CI, this is usefull to define it if not defined -->
6+
<!-- "ProductVersion" gets overridden when run with the commandline by the release CI, this is useful to define it if not defined -->
77
<ProductVersion Condition="'$(ProductVersion)' == ''">0.1.0</ProductVersion>
88
<!-- "OutputName" gets overridden when run with the commandline by the release CI, it's the name of the output file -->
99
<OutputName Condition="'$(OutputName)' == ''">$(MSBuildProjectName)</OutputName>
1010
<OutputType>package</OutputType>
11-
<!-- "OutputName" is set when run with the commandline by the release CI, it's the path of the output file -->
1211
<DefineConstants>
1312
$(DefineConstants);
1413
ProductVersion=$(ProductVersion);
@@ -33,7 +32,7 @@
3332
<WixExtension Include="WixUtilExtension"/>
3433
</ItemGroup>
3534
<Target Name="SetStepOutput" AfterTargets="Build" Condition="'$(GITHUB_ACTIONS)' != ''">
36-
<!-- Make sure the correct target path is always set as the step output -->
35+
<!-- Define a GitHub Actions workflow step output containing the target path -->
3736
<Message Importance="high" Text="::set-output name=msi::$(TargetPath)"/>
3837
</Target>
3938
<Import Project="$(WixTargetsPath)"/>

0 commit comments

Comments
 (0)