Skip to content

Conversation

danegsta
Copy link
Member

@danegsta danegsta commented Jan 24, 2024

Targets weren't getting packaged in the workload manifest nuget

Microsoft Reviewers: Open in CodeFlow

@ghost ghost added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jan 24, 2024
Copy link
Member

@joperezr joperezr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, should we add some sort of validation that runs after packaging to ensure the files are there and fail the build if they aren't?

@danegsta
Copy link
Member Author

LGTM, should we add some sort of validation that runs after packaging to ensure the files are there and fail the build if they aren't?

Probably a good idea; I'd vote for doing that in a separate PR though, just so we can get this unblocked for testing ASAP.

@drewnoakes
Copy link
Member

LGTM, should we add some sort of validation that runs after packaging to ensure the files are there and fail the build if they aren't?

In the .NET Project System we have a similar test that uses the Verify library to track the contents of our VSIX file, which works really well. The set of expected files is kept in a text file in the repo.

https://github.com/dotnet/project-system/tree/main/tests/Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests/Setup

@danegsta danegsta merged commit 49ff271 into dotnet:main Jan 24, 2024
@danmoseley danmoseley added area-acquisition and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Jan 31, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[WebToolsE2E][Aspire] With clean install of VS 17.10 P1 + Aspire 8.0 P3, Ctrl+F5 of Aspire app fails because application host is not installed
5 participants