File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<Configuration >Release</Configuration >
5
5
<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 -->
7
7
<ProductVersion Condition =" '$(ProductVersion)' == ''" >0.1.0</ProductVersion >
8
8
<!-- "OutputName" gets overridden when run with the commandline by the release CI, it's the name of the output file -->
9
9
<OutputName Condition =" '$(OutputName)' == ''" >$(MSBuildProjectName)</OutputName >
10
10
<OutputType >package</OutputType >
11
- <!-- "OutputName" is set when run with the commandline by the release CI, it's the path of the output file -->
12
11
<DefineConstants >
13
12
$(DefineConstants);
14
13
ProductVersion=$(ProductVersion);
33
32
<WixExtension Include =" WixUtilExtension" />
34
33
</ItemGroup >
35
34
<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 -->
37
36
<Message Importance =" high" Text =" ::set-output name=msi::$(TargetPath)" />
38
37
</Target >
39
38
<Import Project =" $(WixTargetsPath)" />
You can’t perform that action at this time.
0 commit comments