Skip to content

Commit

Permalink
Removed debug and added missing artifact name key
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Mar 15, 2019
1 parent 088e43e commit 9c1a041
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,10 @@ jobs:
zip -v
displayName: 'Dependency versions'
- script: |
cat addons/main/script_version.hpp
displayName: 'Debug 1'
- script: |
make releaseCI
displayName: 'Build with armake'
- script: |
cat addons/main/script_version.hpp
displayName: 'Debug 2'
condition: always()
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'releaseZip'
Expand All @@ -57,6 +48,7 @@ jobs:
steps:
- task: DownloadPipelineArtifact@0
inputs:
artifactName: 'releaseZip'
targetPath: $(System.DefaultWorkingDirectory)/release

- script: "cd release && curl -F 'zip=@$(ls *.zip | head -n1)' -F 'accessToken=$(access.token)' $(access.url)"
Expand Down

0 comments on commit 9c1a041

Please sign in to comment.