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

git sourcecontrol add SparseCheckout support #258

Open
wants to merge 2 commits into
base: release/CCNet-1.8
Choose a base branch
from

Conversation

jun7259
Copy link

@jun7259 jun7259 commented Aug 16, 2017

checkout git sourcecode can use sparse-checkout

use sparseCheckoutPaths to setting sparse-checkout folder or file
<!-- 從GIT取得Source Code --> <sourcecontrol type="git"> <repository>$(ProjectGitUrl)</repository> <sparseCheckoutPaths> <sparseCheckoutPath>$(SourceFolder)/.nuget/*</sparseCheckoutPath> <sparseCheckoutPath>$(SourceFolder)/packages/*</sparseCheckoutPath> <sparseCheckoutPath>$(SourceFolder)/GetNuGet.cmd</sparseCheckoutPath> <sparseCheckoutPath>$(SourceFolder)/make.cmd</sparseCheckoutPath> <sparseCheckoutPath>$(SourceFolder)/WebService/*</sparseCheckoutPath> <sparseCheckoutPath>$(SourceFolder)/WebService.sln</sparseCheckoutPath> </sparseCheckoutPaths> </sourcecontrol>

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.

1 participant