TemplateStudio icon indicating copy to clipboard operation
TemplateStudio copied to clipboard

Embeded appinstaller file does not autopopulate placeholders on build

Open paulober opened this issue 2 years ago • 1 comments

Describe the bug

The generated appinstaller file has placeholders like in the following code snippet:

<MainBundle Name="{Name}"
              Version="{Version}"
              Publisher="{Publisher}"
              Uri="{MainPackageUri}"/>

It gets copied to output directory but the fields don't get populated.

To Reproduce

No response

Additional context

No response

Applies to the following platforms:

  • [X] WinUI
  • [ ] WPF
  • [ ] UWP

About your setup

  • Visual Studio Version: 2022
  • Template Studio Wizard Version: newest
  • Windows Build: not know, newest

paulober avatar Jan 20 '23 17:01 paulober

Also the Dependencies section for WindowsAppRuntime does not get generated like when i set csproj to GernerateAppinstallerfile

paulober avatar Jan 20 '23 18:01 paulober