Skip to content
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

Fix test run for x64 c++ tests. #1270

Merged
merged 3 commits into from
Nov 9, 2017
Merged

Conversation

codito
Copy link
Contributor

@codito codito commented Nov 6, 2017

Add x64/dbghelp to the vsix package.

An existing integration already exists, we couldn't catch it since it is always running in xcopy mode.

Add x64/dbghelp to the vsix package.
@@ -143,6 +143,9 @@
<VsixSourceItem Include="$(VsixInputFileLocation)\Extensions\Cpp\*.*" Exclude="$(VsixInputFileLocation)\Extensions\Cpp\*.pdb">
<VSIXSubPath>Extensions\Cpp</VSIXSubPath>
</VsixSourceItem>
<VsixSourceItem Include="$(VsixInputFileLocation)\Extensions\CppUnitFramework\x64\*.*" Exclude="$(VsixInputFileLocation)\Extensions\CppUnitFramework\x64\*.pdb">
Copy link
Contributor

Choose a reason for hiding this comment

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

/s/CppUnitFramework/Cpp

@codito codito merged commit ac26519 into microsoft:master Nov 9, 2017
@codito codito deleted the cpp-x64-port branch November 9, 2017 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants