Unable to install IIS AspNetCoreModuleV2 in a dockerimage (and Azure Pipelines)
I have a problem for few days now with the “dotnet hosting bundle” and AspNetCoreV2 IIS module in a dockerimage.
I have a problem for few days now with the “dotnet hosting bundle” and AspNetCoreV2 IIS module in a dockerimage.
I have a solution containing roughly 100 aps.net projects, one of which is a Selenium test suite. I wish to create an Azure pipeline that installs only the Nuget packages of the Selenium project, and then builds and runs the Selenium tests. When running the VSBUILD step, my pipeline fails, claiming that the project NuGet packages are missing, so seemingly I’m not getting the project packages correctly. I have the following YAML:
I am trying to use VSTS (now Azure DevOps) to do a CI/CD pipeline. For my build pipeline, I have a very basic setup involving doing a restore, build, test, and publish steps.
I have an ASP web form Project stored in VSTS, and I am trying to build it. Suddenly I got this error in the build section:
I am using log4net for logging on almost all projects in my .net solution.
Currently, I have configured an appender (AzureTableAppender), configuration that is made in each project’s respective app.config/ web.config.
This appender has a param named “TableName”, with an associated value that represents the table to which the data is sent. Everything works fine, but I would like to change that value for 2 of my releases as I want the logs somewhere else.
The config looks like this: