I have a publish task in Azure Devops pipeline which should publish an excel file with extension .xlsx . am using this below command but its not working. can someone help me with the wildcards? this excel file is dynamic and date,month parameters keeps on changing.
format: SonarQube Issue Extract_2020-08-04.xlsx
task: PublishBuildArtifacts@1 inputs: PathtoPublish: 'C:\Users\320066547\agent_work\3\s\SonarFetchIssues\target*.xlsx' ArtifactName: 'IssuesOutput' publishLocation: 'Container'