[DUPLICATE] Tools resolution doesn't respect added 'prerelease' filter
See original GitHub issueWhat You Are Seeing?
Tool “GitVersion” was not updated to v4.0.0-betaxxxx.
What is Expected?
An update.
What version of Cake are you using?
Latest I guess on Win10/x64.
How Did You Get This To Happen? (Steps to Reproduce)
- Had
#tool "nuget:?package=GitVersion.CommandLine"
- Changed to
#tool "nuget:?package=GitVersion.CommandLine&prerelease"
- Nupkg inside
tools
folder was still the stable release
This hurts probably the most with build servers.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Bug listing with status RESOLVED with resolution FIXED as at ...
status:RESOLVED resolution:FIXED severity:normal ... Bug:1265 - "portage doesn't like prerelease demarkation with ::alnum:: versions" status:RESOLVED ...
Read more >EIDR SYSTEM VERSION 2.0 COMMAND-LINE TOOLS ...
Property Rights Policy, a copy of which can be found at www.eidr.org. ... This tool provides resolutions for content IDs (not EIDR Parties,...
Read more >Release Notes for the WebView2 SDK
New APIs are added in phases, as follows: APIs are initially introduced as Experimental APIs in a Prerelease SDK package.
Read more >pipenv Documentation
Pipenv is a Python virtualenv management tool that supports a multitude of systems and nicely bridges the gaps between.
Read more >Configuration Options - Renovate Docs
When an array or object configuration option is mergeable , it means that values inside it will be added to any existing object...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@matkoch Not strange. You might notice that the tools folders are not versioned. We simply assume that the versions are correct. There is an issue for fixing all this, but nothing that is being actively worked on.
@daveaglick thanks,
-ErrorAction Stop
would be better I think. Otherwise you could have strange side effects again.