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