From 16659f12c7f9bb6125ecfeeb81272a46cc07dfe5 Mon Sep 17 00:00:00 2001 From: Jeff Bramwell Date: Tue, 22 Mar 2016 21:12:25 -0500 Subject: [PATCH] Trying another folder path. --- VSTS-Tools.json | 2 +- VSTS-Tools.sln | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/VSTS-Tools.json b/VSTS-Tools.json index 3c809ce..455bdd5 100644 --- a/VSTS-Tools.json +++ b/VSTS-Tools.json @@ -2,7 +2,7 @@ "targetroot": "", "content": [ { - "source": "$(Build.ArtifactStagingDirectory)/*.*", + "source": "**/a/**/*.*", "target": "/" } ] diff --git a/VSTS-Tools.sln b/VSTS-Tools.sln index 1e59aa6..ea51722 100644 --- a/VSTS-Tools.sln +++ b/VSTS-Tools.sln @@ -13,7 +13,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionIt ProjectSection(SolutionItems) = preProject README.md = README.md VSTS-Tools.json = VSTS-Tools.json - VSTSTools.json = VSTSTools.json EndProjectSection EndProject Global