Skip to content

Commit

Permalink
vcbuildtools.vm: Stop updating dependency
Browse files Browse the repository at this point in the history
Stop updating visualstudio2017buildtools automatically. This dependency
gets updated often and it is tricky to test the update. Use date range
to avoid the bot tries to update it.
  • Loading branch information
Ana06 committed Oct 20, 2023
1 parent 7d69c5b commit 4fb6c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vcbuildtools.vm/vcbuildtools.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vcbuildtools.vm</id>
<version>0.0.0.20231019</version>
<version>0.0.0.20231020</version>
<description>Metapackage that requires the dependencies below:
- visualstudio2017buildtools
- visualstudio2017-workload-vctools
</description>
<authors>Mandiant, Microsoft</authors>
<dependencies>
<dependency id="common.vm" />
<dependency id="visualstudio2017buildtools" version="[15.9.58]" />
<dependency id="visualstudio2017buildtools" version="[15.9.58, 15.9.59)" />
<dependency id="visualstudio2017-workload-vctools" version="[1.3.3]" />
</dependencies>
</metadata>
Expand Down

0 comments on commit 4fb6c55

Please sign in to comment.