Skip to content

Commit

Permalink
Remove upload to storage step
Browse files Browse the repository at this point in the history
  • Loading branch information
emaf committed Jun 5, 2024
1 parent cf5f422 commit ea3415e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/stages/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ stages:
artifactName: package
targetPath: $(Build.ArtifactStagingDirectory)/package

- template: upload-to-storage/win/v1.yml@templates
parameters:
ArtifactsDirectory: '$(Build.ArtifactStagingDirectory)/package'
Azure.ContainerName: 'xvs-merq'
GitHub.Context: 'artifacts'

# This step is required to override the apitoken for 'xamarin-impl public feed' with a federated token from 'xamarin-impl-public-feed'
- task: AzureCLI@2
displayName: 'Set Xamarin Impl token'
Expand Down

0 comments on commit ea3415e

Please sign in to comment.