Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool-Cache should support semver beta/alpha versions and non-semver dependencies #709

Open
thboop opened this issue Feb 5, 2021 · 0 comments
Labels
enhancement New feature or request tool-cache

Comments

@thboop
Copy link
Collaborator

thboop commented Feb 5, 2021

If your issue is relevant to this repository, please include the information below:

Describe the enhancement
Currently, the toolcache only works for semver. Some users may want to opt into storing and retrieving preview/beta versions of dependencies, we should look on how we can support those flows so that those versions can be reused during workflows.

Code Snippet

Ideally, we would support beta/alpha versions, and let users opt in or out when using find so you could do something like

    await tc.cacheFile(downloadPath, 'foo', 'foo', '1.1.0-beta')
    const toolPath: string = tc.find('foo', '1.1.x' {allowPreview: true})

#698

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tool-cache
Projects
None yet
Development

No branches or pull requests

1 participant