This is a dedicated watch page for a single video.
Your team has defined the below Azure pipeline # ASP.NET Core (.NET Framework) # Build and test ASP.NET Core projects targeting the full .NET Framework. # Add steps that publish symbols, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core trigger : - main pool : name : Default variables : solution : '**/*.sln' buildPlatform : 'Any CPU' buildConfiguration : 'Release' steps : - task : UseDotNet@2 displayName : Install . NET 6 inputs : packageType : 'sdk' version : 6.x - task : DotNetCoreCLI@2 displayName : Build inputs : command : build projects : '**/*.csproj' arguments : '--configuration $(buildConfiguration)' The application that is being built uses several open-source libraries. You have to ensure that the open-source libraries comply with the company’s licensing policies. Which of the following can be integrated into the pipeline for this requirement?