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

build(pipeline caching): Add pipeline package caching for nuget and libman #788

Merged
merged 36 commits into from
Nov 4, 2019

Conversation

rouke-broersma
Copy link
Member

Fix #667
Supersedes #767

Logan Praznik and others added 30 commits October 13, 2019 13:25
Add CacheBeta task to azure-pipelines.yml to enable NuGet package caching
and hopefully speed up CI builds.
Enable creation of packages.lock.json for projects built in pipeline to
enable above.
May be encountering this issue:
microsoft/azure-pipelines-tasks#11449
Suggested workarounds taken from this comment:
NuGet/Home#7921 (comment)
…to be able to update the package lock files as a developer
…therwise try deploying embedded vstest binaries
@rouke-broersma
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@rouke-broersma
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@rouke-broersma rouke-broersma merged commit 98b16dd into master Nov 4, 2019
@rouke-broersma rouke-broersma deleted the ipraz/pipeline-caching branch November 4, 2019 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Speed up pipeline with pipeline cache beta
2 participants