-
Notifications
You must be signed in to change notification settings - Fork 292
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
Improved build project #1850
Improved build project #1850
Conversation
Build AnyCPU & project reference on netfx Add building guide messages
This reverts commit 0dfa369.
0c81fa8
to
114f54d
Compare
Codecov ReportBase: 69.25% // Head: 69.62% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1850 +/- ##
==========================================
+ Coverage 69.25% 69.62% +0.37%
==========================================
Files 292 292
Lines 61604 61727 +123
==========================================
+ Hits 42662 42976 +314
+ Misses 18942 18751 -191
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
src/Microsoft.Data.SqlClient/tests/FunctionalTests/Microsoft.Data.SqlClient.Tests.csproj
Show resolved
Hide resolved
Co-authored-by: David Engel <dengel1012@gmail.com>
e5ba532
to
d6aacb5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just minor comment suggestions. Approved with or without them.
Co-authored-by: David Engel <dengel1012@gmail.com>
Introducing
DotnetPath
property onbuild.proj
to runRunTests
command with a full path to the underlyingdotnet
command.