You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the directory /../vcpkg/ when is restored does not contain the .git directory. Verified with listing dirs that the .git dir is there when cache is missed and created thereafter. But when i hit the cache (and i skip cloning the repo and all its build artifact created in the previous build), the cacheBeta tasks does not restore the .git folder.
The text was updated successfully, but these errors were encountered:
Required Information
Entering this information will route you directly to the right team and expedite traction.
Type: Bug
Enter Task Name: CacheBeta
Environment
Server - Azure Pipelines
https://dev.azure.com/CppBuild/CppBuildTasks/_apps/hub/ms.vss-ciworkflow.build-ci-hub?_a=edit-build-definition&id=16
Agent - Hosted or Private:
Issue Description
CacheBeta does not save in the cache the ".git" folder.
Task logs
Logs are not useful, they never mentions about excluding .git folder.
The task CacheBeta is like this:
steps:
displayName: CacheBeta
inputs:
key: '$(packages)linux'
path: '$(Build.BinariesDirectory)/vcpkg'
and the directory /../vcpkg/ when is restored does not contain the .git directory. Verified with listing dirs that the .git dir is there when cache is missed and created thereafter. But when i hit the cache (and i skip cloning the repo and all its build artifact created in the previous build), the cacheBeta tasks does not restore the .git folder.
The text was updated successfully, but these errors were encountered: