Skip to content

Commit c42e1c7

Browse files
joeloffCopilot
andauthored
Update src/Layout/redist/targets/GenerateMSIs.targets
Co-authored-by: Copilot <[email protected]>
1 parent 135f19c commit c42e1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layout/redist/targets/GenerateMSIs.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127

128128
<Target Name="GenerateTemplatesMsis"
129129
DependsOnTargets="GenerateInstallerLayout;MsiTargetsSetupInputOutputs;CalculateTemplatesVersions"
130-
Inputs="@(TemplatesComponents);C:\git\forks\sdk\src\Layout\pkg\windows\msis\**\*"
130+
Inputs="@(TemplatesComponents);$(RepoRoot)src\Layout\pkg\windows\msis\**\*"
131131
Returns="@(ChainMsi)"
132132
Outputs="%(TemplatesComponents.MSIInstallerFile)">
133133

0 commit comments

Comments
 (0)