Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant