A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/microsoft/vssetup.powershell/commit/cfd1a1ed2f7706e72d409b01386ea71eb8c788df below:

Remove date comparison from SelectInstanceCommand · microsoft/vssetup.powershell@cfd1a1e · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-4

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-4

lines changed Original file line number Diff line number Diff line change

@@ -149,10 +149,7 @@ bool Contains(IEnumerable<PackageReference> packages, Func<PackageReference, str

149 149

{

150 150

if (Latest)

151 151

{

152 -

if (latestInstance == null || latestInstance.InstallDate < instance.InstallDate)

153 -

{

154 -

latestInstance = instance;

155 -

}

152 +

latestInstance = instance;

156 153

}

157 154

else

158 155

{

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4