Azure / Azure/azure-powershell
[Eng]: CI failed to detect assembly conflicts when some projects with higher version are loaded firstly
Open
Engineering
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### Description
HDInsight.Test.proj uses "Microsoft.Azure.KeyVault" 3.0.5.
https://github.com/Azure/azure-powershell/blob/7233c23c4f94fc51d4ba9d2d7b0da230ac6e3e07/src/HDInsight/HDInsight.Test/HDInsight.Test.csproj#L14
While KeyVault uses "Microsoft.Azure.KeyVault" 3.0.1
https://github.com/Azure/azure-powershell/blob/014f64a37e6d00961d35833d283df4df19f10ca9/src/KeyVault/KeyVault/KeyVault.csproj#L18
No CI error is reported during the build process.
Contributor guide
Assessment
This issue has not been assessed yet.