Custom msbuild target doesn’t detect file changes
I’ve written custom msbuild content to run a T4 generation task. It’s half-working; the biggest problem currently is that Visual Studio fails to invoke msbuild when dependent inputs change. This occurs both in the presence and absence of AccelerateBuildsInVisualStudio
.
Custom msbuild target doesn’t detect file changes
I’ve written custom msbuild content to run a T4 generation task. It’s half-working; the biggest problem currently is that Visual Studio fails to invoke msbuild when dependent inputs change. This occurs both in the presence and absence of AccelerateBuildsInVisualStudio
.
Custom msbuild target doesn’t detect file changes
I’ve written custom msbuild content to run a T4 generation task. It’s half-working; the biggest problem currently is that Visual Studio fails to invoke msbuild when dependent inputs change. This occurs both in the presence and absence of AccelerateBuildsInVisualStudio
.
Custom msbuild target doesn’t detect file changes
I’ve written custom msbuild content to run a T4 generation task. It’s half-working; the biggest problem currently is that Visual Studio fails to invoke msbuild when dependent inputs change. This occurs both in the presence and absence of AccelerateBuildsInVisualStudio
.
Custom msbuild target doesn’t detect file changes
I’ve written custom msbuild content to run a T4 generation task. It’s half-working; the biggest problem currently is that Visual Studio fails to invoke msbuild when dependent inputs change. This occurs both in the presence and absence of AccelerateBuildsInVisualStudio
.
Custom msbuild target doesn’t detect file changes
I’ve written custom msbuild content to run a T4 generation task. It’s half-working; the biggest problem currently is that Visual Studio fails to invoke msbuild when dependent inputs change. This occurs both in the presence and absence of AccelerateBuildsInVisualStudio
.
Custom msbuild target doesn’t detect file changes
I’ve written custom msbuild content to run a T4 generation task. It’s half-working; the biggest problem currently is that Visual Studio fails to invoke msbuild when dependent inputs change. This occurs both in the presence and absence of AccelerateBuildsInVisualStudio
.
How is the build for a msdeployment project different than a regular web application project?
In our CI environment we build all the cs projects and then build the deployment projects. The deployment projects do an extra step of compiling the aspx & ascx files and often catch errors that would normally be caught at run time.
How do I structure code and builds for continuous delivery of multiple applications in a small team?
Background:
Can I build a project targeting .NET 8 using msbuild from older version of Visual Studio?
I have an older version of Visual Studio 2022 that came out with .NET 7. Due to system requirements reasons I cannot upgrade the Visual Studio 2022 to the most recent version that supports .NET 8.