Skip to content

Commit

Permalink
visualstudio2017buildtools: enable testing of update functionality
Browse files Browse the repository at this point in the history
GitHub-Issue: GH-10
  • Loading branch information
jberezanski committed May 15, 2018
1 parent d539126 commit fa0212f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>visualstudio2017-workload-netcorebuildtools</id>
<version>1.0.0</version>
<version>1.1.0-dev</version>
<packageSourceUrl>https://github.com/jberezanski/ChocolateyPackages/tree/master/visualstudio2017-workload-netcorebuildtools</packageSourceUrl>
<owners>jberezanski</owners>
<title>.NET Core build tools workload for Visual Studio 2017 Build Tools</title>
Expand Down Expand Up @@ -55,9 +55,8 @@ Example 3. Installing the workload, including only required components:
This workload requires Build Tools 15.3 or later, but the VS 2017 Chocolatey packages do not support upgrades yet and packages for 15.3 and later are not available. The published Build Tools 15.2 package will actually install the latest Build Tools published by Microsoft, so new instalations will be handled correctly. On existing installations of Build Tools 15.2 or older, the package will fail to install with a message instructing the user to upgrade the Build Tools first.
</releaseNotes>
<dependencies>
<dependency id="chocolatey-visualstudio.extension" version="1.6.0" />
<!-- this should be 15.3 but there is no package for it yet -->
<dependency id="visualstudio2017buildtools" version="15.2" />
<dependency id="chocolatey-visualstudio.extension" version="1.7.0-dev" />
<dependency id="visualstudio2017buildtools" version="15.3" />
</dependencies>
</metadata>
</package>
Expand Up @@ -59,7 +59,7 @@ vNext:
- Added a link to the .NET Core Build Tools workload package.
</releaseNotes>
<dependencies>
<dependency id="chocolatey-visualstudio.extension" version="1.6.0-dev" />
<dependency id="chocolatey-visualstudio.extension" version="1.7.0-dev" />
<dependency id="KB2919355" version="1.0.20160915" /> <!-- for Win8.1/2012R2 -->
<dependency id="KB2999226" version="1.0.20161201" />
<dependency id="dotnet4.6.1" version="4.6.01055.20161213" />
Expand Down

0 comments on commit fa0212f

Please sign in to comment.