diff --git a/VSTS-Tools.json b/VSTS-Tools.json index 945d069..3c809ce 100644 --- a/VSTS-Tools.json +++ b/VSTS-Tools.json @@ -1,7 +1,9 @@ { - "targetroot": "", - "content": [{ - "source": "$(Build.ArtifactStagingDirectory)", - "target": "/" - }] -} + "targetroot": "", + "content": [ + { + "source": "$(Build.ArtifactStagingDirectory)/*.*", + "target": "/" + } + ] +} \ No newline at end of file