-
Notifications
You must be signed in to change notification settings - Fork 286
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 .NET and .NET Standard file version #2093
Conversation
/azp run CI-SqlClient |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #2093 +/- ##
=======================================
Coverage 70.67% 70.68%
=======================================
Files 306 306
Lines 61995 61975 -20
=======================================
- Hits 43816 43808 -8
+ Misses 18179 18167 -12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
How do I make sure I get this corrected? I am using .net8 and trying to run my app in a Docker Container and getting the error: We are using Dev Azure pipeline to build the application and then deploy from there to our Docker Container. |
This addresses issue #1945
The changes also allow us to pass a build number to the build script in the CI to properly version CI artifacts.