8000 Tags · microsoft/vssetup.powershell · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: microsoft/vssetup.powershell

Tags

2.2.12-65a71775b3

Toggle 2.2.12-65a71775b3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #68 from tydunkel/dev/tydunkel/builds/compliance

Add compliance build

2.2.9-07b91044bb

Toggle 2.2.9-07b91044bb's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #67 from tydunkel/dev/tydunkel/build/1es

Update AzDO build to 1ES pool

2.2.14-87a8a69eef

Toggle 2.2.14-87a8a69eef's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #62 from microsoft/productsX86

Add X86 product ids

2.2.16

Toggle 2.2.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create release

Release fix for #40

2.2.11-62f3905dea

Toggle 2.2.11-62f3905dea's commit message
Update to SHA256 certificate

2.2.12+cfd1a1ed2f

Toggle 2.2.12+cfd1a1ed2f's commit message
Remove date comparison from SelectInstanceCommand

The InstanceComparer that was added as part of #41 to fix #40 isn't actually able to solve the problem due to the implementation of the ProcessRecord method in SelectInstanceCommand. InstanceComparer is used to sort instances by version and then date, but when iterating over all instances, the latestInstance variable is only set when the latestInstance date is less than the date of the current instance in the loop.

This completely ignores the previous OrderBy that was done using InstanceComparer. The simplest solution at this point is to always set the latestInstance variable when the Latest flag is set because the collection is already sorted in the desired order and no additional comparisons are necessary.

2.2.7+fc3eaecc0d

Toggle 2.2.7+fc3eaecc0d's commit message
Publish signed pre-release builds

2.2.5

Toggle 2.2.5's commit message

Verified

This commit was signed with the committer’s verified signature.
heaths Heath Stewart
Fix semver

2.2.5+g4eb2842ded

Toggle 2.2.5+g4eb2842ded's commit message

Verified

This commit was signed with the committer’s verified signature.
heaths Heath Stewart
Fix semver

2.2.0+g56e01bb9cb

Toggle 2.2.0+g56e01bb9cb's commit message
Allow module to be removed

Fixes #47
0