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 135f19c commit c42e1c7Copy full SHA for c42e1c7
src/Layout/redist/targets/GenerateMSIs.targets
@@ -127,7 +127,7 @@
127
128
<Target Name="GenerateTemplatesMsis"
129
DependsOnTargets="GenerateInstallerLayout;MsiTargetsSetupInputOutputs;CalculateTemplatesVersions"
130
- Inputs="@(TemplatesComponents);C:\git\forks\sdk\src\Layout\pkg\windows\msis\**\*"
+ Inputs="@(TemplatesComponents);$(RepoRoot)src\Layout\pkg\windows\msis\**\*"
131
Returns="@(ChainMsi)"
132
Outputs="%(TemplatesComponents.MSIInstallerFile)">
133
0 commit comments