SSL Error using AzureRmWebAppDeployment@4 to deploy net6 ASP app to azure App service
I have problems deploying a net6 ASP project to newly created App Services (Code/Windows). I use # Build the project - task: DotNetCoreCLI@2 displayName: 'Build project' inputs: command: 'build' projects: '${{ parameters.ProjectPath }}' arguments: '--configuration ${{ parameters.BuildConfiguration }}' # Publish…