-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSIX built locally should have the same dlls and files as the CI build. #2401
Labels
Milestone
Comments
This was hit in #2419 by a contributor building releases-3.4.1. We should ensure this fix makes it in to any branches that contributors are working in. |
rrelyea
added
Type:Bug
Priority:1
High priority issues that must be resolved in the current sprint.
labels
Apr 15, 2016
This is a common problem for VSIX's. Check out the VsixSuppression NuGet package. You may install it to solve this problem, or at least to learn how to solve the problem for yourself. |
alpaix
added a commit
to alpaix/NuGet.Client
that referenced
this issue
Apr 19, 2016
Fixes NuGet/Home#2401. Fixes NuGet/Home#2419. Fixes NuGet/Home#2546. - Added files with include and ignore files lists matching CI script. - Integrated include and ignore lists validation into VSIX build project. - Removed redundant dependencies and added missing ones.
alpaix
added a commit
to alpaix/NuGet.Client
that referenced
this issue
Apr 27, 2016
Fixes NuGet/Home#2401. Fixes NuGet/Home#2419. Fixes NuGet/Home#2546. - Added files with include and ignore files lists matching CI script. - Integrated include and ignore lists validation into VSIX build project. - Removed redundant dependencies and added missing ones.
alpaix
added a commit
to NuGet/NuGet.Client
that referenced
this issue
Apr 28, 2016
Fixes NuGet/Home#2401. Fixes NuGet/Home#2419. Fixes NuGet/Home#2546. - Added files with include and ignore files lists matching CI script. - Integrated include and ignore lists validation into VSIX build project. - Removed redundant dependencies and added missing ones.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
VSIX built locally should have the same dlls and files as the CI build.
Today, VSIX built locally has all the dlls from the output path.
However, the CI build has a whitelist of dlls to be included in the VSIX. This elimination is the last step before sending the VSIX for signing.
Locally built VSIX should have the same reduced number of dlls and files too
The text was updated successfully, but these errors were encountered: