skip to Main Content

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

Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post inside docker container

I am trying to implement complete CICD pipe line. I am running jenkins/jenkins:2.361.1-lts-jdk11 image on docker. to run the docker image I use docker run -p 8080:8080 -p 50000:50000 -d -v jenkins_home:/var/jenkins_home -v /var/run/docker.sock:/var/run/docker.sock --privileged jenkins/jenkins:2.361.1-lts-jdk11 I have connected to…

VIEW QUESTION
Back To Top
Search