Since Monday, we are having failed CI/CD deployments through the Azure Deployment Centre, due to the MS Build number being incorrectly specified.
We haven't changed our environment or project settings, so we cannot understand it.
Successful:
Command: "C:\home\site\deployments\tools\deploy.cmd"
Handling ASP.NET Core Web Application deployment with MSBuild16.
MSBuild version 17.8.3+195e7f5a3 for .NET Framework
Build started 4/10/2024 5:02:44 AM
Unsuccessful:
Command: "C:\home\site\deployments\tools\deploy.cmd"
Handling ASP.NET Core Web Application deployment with MSBuild16.
Microsoft (R) Build Engine version 16.4.0+e901037fe for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Is there anyway that we can specify the MS Build number, so that it is the version that works for our system (17.8.3)?
Why would this have changed without us making changes to our application?