skip to Main Content

Creating Azure subscription with Variable

I have a pipeline that is supposed to create a Azure subscription, to provide values I have set up a variable calld serviceConnection: jobs: - job: Variables displayName: 'Variables' steps: - checkout: self - task: Bash@3 displayName: 'Get Json values…

VIEW QUESTION

Unable to build the ASP.Net Core 7 in azure devops pipeline (CI)

Unable to build the ASP.Net Core 7 in azure devops pipeline (CI), Using Classic pipeline and ASP.net core template Error message : ##[error]C:Program Filesdotnetsdk6.0.203SdksMicrosoft.NET.SdktargetsMicrosoft.NET.TargetFrameworkInference.targets(144,5) : Error NETSDK1045: The current .NET SDK does not support targeting .NET 7.0. Either target .NET…

VIEW QUESTION
Back To Top
Search