From eca631670c63956b5b3059ba417f99d4b69abed3 Mon Sep 17 00:00:00 2001 From: jhoneill Date: Fri, 30 Nov 2018 16:33:06 +0000 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dc2278b..d7f4cc9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,12 @@ steps: - powershell: '.\DoTests.ps1' displayName: 'PowerShell Script' +- task: PublishBuildArtifacts@1 + inputs: + pathtoPublish: '$(Build.ArtifactStagingDirectory)' + artifactName: drop1 + trigger: paths: exclude: - - README.md \ No newline at end of file + - README.md