You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split the metadata computation into two ItemGroup updates because
MSBuild cannot reference metadata that is set in the same update.
Step 1 computes _ReferencedProjectDir and _TemplateFolderName.
Step 2 uses those values to compute _FullTemplatePath and zip info.
Closes#37
0 commit comments