Update publish-job.yml for Azure Pipelines

This commit is contained in:
Matt Jeanes 2020-03-07 22:25:14 +00:00
parent 02891a7141
commit 2e1b60e324

View file

@ -37,15 +37,13 @@ stages:
jobs:
- job:
steps:
- task: DownloadBuildArtifacts@0
- task: DownloadPipelineArtifact@2
inputs:
buildType: 'current'
downloadType: 'specific'
itemPattern: '**.zip'
downloadPath: '$(System.ArtifactsDirectory)'
targetPath: '$(System.ArtifactsDirectory)'
- pwsh: |
Get-ChildItem ($env:SYSTEM_ARTIFACTSDIRECTORY)
Get-ChildItem -Recurse ($env:SYSTEM_ARTIFACTSDIRECTORY)
# - task: GitHubRelease@1