Skip to content

Commit

Permalink
Change AzureFileCopy to @6 for workload identity federation support
Browse files Browse the repository at this point in the history
  • Loading branch information
olegsych committed May 20, 2024
1 parent e5818c9 commit e786e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ extends:
nuGetFeedType: 'internal'
publishVstsFeed: 'one/service-fabric-services-and-actors-dotnet'
continueOnError: true
- task: AzureFileCopy@1
- task: AzureFileCopy@6
displayName: 'Publish to Blob Storage' # For builds on Linux
inputs:
SourcePath: '$(ob_outputDirectory)\Release\packages\SF.AspNetCore.Internal.*.nupkg'
Expand Down

0 comments on commit e786e9d

Please sign in to comment.