Skip to content

yer.ac | Adventures of a developer, and other things.

  • About
  • Github
  • Dev.to

yer.ac | Adventures of a developer, and other things.

Blog to keep track of things I am upto

Tag: DevOps

VS2019 (+2022) keeps asking for Azure Devops Credentials on build

October 6, 2021 by yer.ac

We run our own nuget feed via Azure, and despite the user that’s logged into VS is authenticated users are constantly asked to provide their credentials again when package restore is happening. A quick fix below – Mostly so I don’t forget or can forward this to others later. Verify no “out of date” credentials …

Continue Reading

Fixing “hostfxr.dll could not be found” within Windows Docker container (.NET installed from dotnet-install.ps1)

October 6, 2021 by yer.ac

This is here mostly for my own reference for next time I need to fix this, but may be useful to someone else. Installing .NET (5, Core, etc.) via the Microsoft Supplied “dotnet-install.ps1″(https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script) installs the frameworks fine, but then running .net core code within that windows container would sometimes yield an error like The problem …

Continue Reading

Moving local workspaces between users VS2019/TFS [Self Hosted/ Azure Devops]

March 11, 2021 by yer.ac

Whilst I use GIT for most my source control these days, I still have some projects in TFSVC. On a recent switch of Visual Studio accounts I temporarily lost access to my mapped workspaces as these are linked to the VS logged in user, rather than to the machine. This post will show migrating a …

Continue Reading

Pragmatically upgrading .net framework version for all projects with PowerShell

June 16, 2021 by yer.ac

We had a situation where we needed to upgrade all the CSPROJ files in a solution to 4.8. The issue is that some of our solutions contain almost a hundred projects so a manual intervention would be prone to error. (plus we have multiple solutions to apply this against!) Whilst there are a number of …

Continue Reading

Ensuring “dotnet test” TRX & Coverage files end up in SonarQube

April 22, 2020 by yer.ac

I have written before about using SonarQube to do static analysis, but one issue I never came back to was ensuring that code coverage files generated via a build pipeline end up being picked up by the Sonar Scanner to assess code coverage. Note that the following I am actually using the ‘dotnet test’ build …

Continue Reading

Setting up a self-hosted build agent for Azure DevOps

July 31, 2019 by yer.ac

Azure DevOps has brilliant build pipeline options and as easy as it is to get set up with their hosted build agents, it can get quite costly rather quick. In this post I cover off setting up a self-hosted build agent for use with Azure. This post won’t cover setting up the build box, but …

Continue Reading

Dev.To Profile

Rich's DEV Profile

Tags

agile Azure AzureDevOps Azure Functions ContinuousImprovement Cosmos DB Cypress DevOps docker dotnet ES6 Javascript Mocha NLOG Nuget podcast podgrab PowerShell QNAP SCRUM SonarQube Testing TFS VisualStudio VSCODE VSTS wordpress

Follow me on Twitter

My Tweets
© 2023 yer.ac | Adventures of a developer, and other things. - Powered by Minimalisticky