Hello Team,
I’m trying to apply channel version rules to filter the NuGet packages.
Following are the NuGet package numbers that we have:
1. 320.0-MVC
2. 1.1.210
3. 9.0.0.334
4. 319.0-MVC
5. 9.0.0.336
6. 1.1.220
Basically I want to deploy the packages that contains
1. 9.0.0.*
2. -MVC ( is wild card)
Once we apply the channel version rules, it should show me following list:
1. 319.0-MVC
2. 320.0-MVC
3. 9.0.0.334
4. 9.0.0.336
Can someone please suggest me how can I apply rules here. Thanks in Advance.