From a53549c62157efe35f1da72445ae8584a77438a2 Mon Sep 17 00:00:00 2001 From: Marco Milani Date: Mon, 15 Jul 2019 23:13:04 +0200 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines add publishartifacttask --- azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7b350564d7..92185965c6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,10 +28,8 @@ steps: platform: '$(buildPlatform)' configuration: '$(buildConfiguration)' -- powershell: gci env:* | sort-object name | Format-Table -AutoSize | Out-File $env:BUILD_ARTIFACTSTAGINGDIRECTORY/environment-variables.txt - - task: PublishBuildArtifacts@1 inputs: - PathtoPublish: '$(Build.StagingDirectory)/realworld.spaf/realworld.spaf.web/obj/Release/Package/PackageTmp/' + PathtoPublish: '$(Build.ArtifactStagingDirectory)' ArtifactName: 'drop' publishLocation: 'Container'