How to use CentralPackageVersionOverrideEnabled == 'false' and MSTest/Sdk? #7440
Replies: 2 comments 2 replies
-
|
Thanks @anthonymastreanvae for bringing this to our attention. I transformed this to a bug report. Please track that in #7441 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you! I was poking around in the binary log and I noticed a few variables that I should have been able to use to conditionalize the property, but they didn't seem to work: This works temporarily though: <CentralPackageVersionOverrideEnabled Condition="'$(UsingMSTestSdk)' != 'true'">false</CentralPackageVersionOverrideEnabled> |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Directory.Build.props
Example.Tests.csproj
Error:
Beta Was this translation helpful? Give feedback.
All reactions