Skip to content

Commit

Permalink
Maybe fixed yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Mar 15, 2019
1 parent ddbef7d commit cc21baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
mv $(ls *.zip | head -n1) $(Build.ArtifactStagingDirectory)/$(ls *.zip | head -n1)
displayName: 'Build with armake'
- task: PublishBuildArtifacts@0
- task: PublishBuildArtifacts@1
inputs:
artifactName: 'releaseZip'
pathtoPublish: $(Build.ArtifactStagingDirectory)
Expand All @@ -47,7 +47,7 @@ jobs:
- Test
- Build
steps:
- task: DownloadBuildArtifacts@0
- task: DownloadBuildArtifacts@1
inputs:
buildType: 'current'
downloadType: 'single'
Expand Down

0 comments on commit cc21baf

Please sign in to comment.