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