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

Add missing dbghelp.dll to extensions folder #984

Merged
merged 5 commits into from
Aug 7, 2017

Conversation

smadala
Copy link
Contributor

@smadala smadala commented Aug 7, 2017

Fixes: #916

Copy link
Contributor

@Faizan2304 Faizan2304 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@@ -22,7 +22,7 @@
<ProjectGuid>{076CE7E6-92E8-49FD-9D98-57D377FAA46E}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>CPPSimpleProj</RootNamespace>
<WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did we need to update this file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated the required windows sdk to compile c++ project.

@@ -22,7 +22,7 @@
<Version>$(ChutzpahAdapterVersion)</Version>
</PackageReference>
<PackageReference Include="Microsoft.TestPlatform.TestAsset.NativeCPP">
<Version>1.0.0</Version>
<Version>2.0.0</Version>
Copy link
Contributor

Choose a reason for hiding this comment

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

Please make sure we are creating Nuget package of Microsoft.TestPlatform.TestAsset.NativeCPP with version 2.0.0

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added.

@smadala smadala merged commit 6b65788 into microsoft:master Aug 7, 2017
@smadala smadala deleted the fix-cpp-tests-2 branch May 23, 2018 13:51
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.

4 participants