File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -229,10 +229,10 @@ jobs:
229229 # dir ($PWD.Path + "\Packaging\Windows\MSI")
230230
231231 - name : MSI Build
232- # run: wix build -out ($PWD.Path + "\dist\TestDataTable.msi") ($PWD.Path + "\Packaging\Windows\MSI\Package.wxs")
232+ run : wix build -out ($PWD.Path + "\dist\TestDataTable.msi") ($PWD.Path + "\Packaging\Windows\MSI\Package.wxs")
233233 # run: wix build -ext WixUtilExtension -out \dist\TestDataTable.msi \Packaging\Windows\MSI\Package.wxs
234234 # run: wix build -ext WixToolset.Util.wixext -out \dist\TestDataTable.msi \Packaging\Windows\MSI\Package.wxs
235- run : wix build -ext WixToolset.Util.wixext -out ($PWD.Path + "\dist\TestDataTable.msi") ($PWD.Path + "\Packaging\Windows\MSI\Package.wxs")
235+ # run: wix build -ext WixToolset.Util.wixext -out ($PWD.Path + "\dist\TestDataTable.msi") ($PWD.Path + "\Packaging\Windows\MSI\Package.wxs")
236236 # working-directory: ./Packaging/Windows/MSI
237237
238238 - name : Show Dist
Original file line number Diff line number Diff line change 1- <Wix xmlns =" http://wixtoolset.org/schemas/v4/wxs" >
1+ <Wix
2+ xmlns=" http://wixtoolset.org/schemas/v4/wxs"
3+ xmlns:util=" http://wixtoolset.org/schemas/v4/wxs/util"
4+ >
25 <Bundle
36 Id=" damies13.TestDataTable"
47 Name=" TestDataTable"
Original file line number Diff line number Diff line change 11<Project Sdk =" WixToolset.Sdk/6.0.0" >
2+ <ItemGroup >
3+ <PackageReference Include =" WixToolset.Util.wixext" Version =" 6.0.0" />
4+ </ItemGroup >
25</Project >
You can’t perform that action at this time.
0 commit comments