From 9d301522e46432b272e940e6abe880a1474d3faf Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Tue, 28 Jan 2020 13:50:49 +0300 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines #4 --- azure-pipelines.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index db374e0..45dfbdc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,8 +30,15 @@ steps: msbuildArchitectureOption: 'x64' jdkOption: 'JDKVersion' +- task: DeleteFiles@1 + inputs: + SourceFolder: '$(outputDirectory)' + Contents: | + **/**.pdb + **/**.dll + - task: PublishBuildArtifacts@1 inputs: PathtoPublish: '$(outputDirectory)' - ArtifactName: 'drop' + ArtifactName: 'bundle' publishLocation: 'Container' \ No newline at end of file