Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Stop upload artifacts to bosstorage (#273)
Browse files Browse the repository at this point in the history
Bosstorage is being turned off and we don't really need this artifacts.
  • Loading branch information
emaf authored Sep 6, 2024
1 parent 2a01bc6 commit 70406fc
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions build/stages/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,6 @@ stages:
- stage: Package
dependsOn: Test
jobs:
- job: Upload
displayName: 'Upload to Storage'
timeoutInMinutes: 10
pool:
name: $(WindowsEOPoolName)
demands:
- ImageOverride -equals $(WindowsImageOverride)
steps:
- checkout: self

- task: DownloadBuildArtifacts@1
displayName: 'Download Packages'
inputs:
artifactName: packages
downloadPath: '$(Build.ArtifactStagingDirectory)/packages'

- template: upload-to-storage/win/v1.yml@templates
parameters:
ArtifactsDirectory: '$(Build.ArtifactStagingDirectory)/packages'
Azure.ContainerName: 'mqtt'
GitHub.Context: 'VSTS: Artifacts'
GitHub.FileStatuses: true
GitHub.ArtifactsTraversal: 'TopLevel'

- job: Push
condition: and(succeeded(), eq(variables['Build.SourceBranch'], variables['MainBranch']))
timeoutInMinutes: 10
Expand Down

0 comments on commit 70406fc

Please sign in to comment.