Closed Cosifne closed 7 hours ago
In a VSIX project, it will generate
For UpToDateCheck, it should only check the input with the VSIX output, rather than the VSIX.dll.
VSIX.dll
So according to the doc: https://github.com/dotnet/project-system/blob/main/docs/up-to-date-check.md#grouping-inputs-and-outputs-into-sets It is achievable via a Set.
Thanks for @drewnoakes for providing help!
In a VSIX project, it will generate
For UpToDateCheck, it should only check the input with the VSIX output, rather than the
VSIX.dll
.So according to the doc: https://github.com/dotnet/project-system/blob/main/docs/up-to-date-check.md#grouping-inputs-and-outputs-into-sets It is achievable via a Set.
Thanks for @drewnoakes for providing help!