Invoke-Build
Build Automation in PowerShell (by nightroman)
MSBuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio. (by dotnet)
| Invoke-Build | MSBuild | |
|---|---|---|
| 4 | 22 | |
| 721 | 5,521 | |
| 0.4% | 0.3% | |
| 8.1 | 9.9 | |
| 5 months ago | 3 days ago | |
| PowerShell | C# | |
| Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Invoke-Build
Posts with mentions or reviews of Invoke-Build.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-28.
-
Ask HN: Do You Prefer Powershell?
I use pwsh on all platforms. All automation is done with it, and in many cases web app functionality depends on it running in background all the time (for large public services).
Even our GitLab runner uses pwsh.
To organizse build/scripts we use Invoke-Build, a cross-platform task runner: https://github.com/nightroman/Invoke-Build
-
Github pipelines/actions for .net build/deployment workflow?
Invoke-Build
-
Achieving single command Infrastructure deployment using PowerShell DSC.
So I need to take a step back and Start-DscConfiguration won't be my entry point to deployment. I need a .ps1 script that installs modules. Or, bear with me, I'll be using a PowerShell build tool: Invoke-Build.
-
Module workflow in VS Code?
I discovered the Invoke-Build build system, PSScriptAnalyzer for linting, and Pester for testing/mocking. I wrote a GitLab CI/CD pipeline that takes advantage of all of this to push releases to our company's PSRepo. I also discovered the Plaster template system for scaffolding new projects, and created a custom company template for standardizing our repo structures.
MSBuild
Posts with mentions or reviews of MSBuild.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-04-06.
-
9 Things That Silently Kill Your .NET Build Time (and How to Fix Each One)
MSBuild's ResolveAssemblyReference (RAR) task maps every assembly reference in your project to an actual .dll path on disk. The critical detail: RAR runs unconditionally on every build, including incremental builds. As dotnet/msbuild Issue #2015 explains, the build system cannot know whether you've installed a new targeting pack since the last build, so it re-resolves every time.
-
Xmake: A cross-platform build utility based on Lua
Then you are already using XMake, it's the original codename for MSBuild, still present in the code: https://github.com/dotnet/msbuild/blob/main/src/MSBuild/XMak... :)
-
Microsoft makes mistakes too. Let's check MSBuild
The project code state at the time of the analysis matches this commit.
-
Sharing Saturday #459
I did get confirmation that the actual kill has been postponed to .Net 9.0 rather than .Net 8.0 . However, that PR is factually wrong regarding when System.Runtime.Serialization use became opt-in -- I had to counter-adjust Rogue Survivor Revived to opt into using System.Runtime.Serialization for .Net 7.0, last November i.e. Nov 2022.
-
Did anyone figure out a way to compile .NET Core with WPF on Linux?
Like this https://github.com/dotnet/msbuild/blob/d0060335c1fb2f0523b1cf4656c464c5c4316783/src/Framework/NativeMethods.cs
- Why does Microsoft still insist on using XML for configuration files like `.csproj`, etc.?
-
[Copilot has] been a massive productivity improvement to our senior devs, and I got so used to it that it's an annoyance when Copilot doesn't respond.
Here is a taste of what to expect: https://github.com/dotnet/msbuild
-
Resources to learn the F# ecosystem
The main thing they do is to list projects so that you can open a solution and see a set of projects, or build a solution and build everything there. They also give a lot of customization and fortunately it's rare that you need to know anything about that. It does feel somewhat unnecessary since you should be able to open a project with its dependencies. Hopefully solution files are going to be cleaned up: https://github.com/dotnet/msbuild/issues/1730
-
Build to order? Checking MSBuild for the second time
Since the previous check, the project has grown a lot. Our analyzer has become more advanced, too. This only makes this task more interesting! Despite the high quality of the MSBuild product and the well-known name of its creator, we again managed to find some issues in MSBuild's source code. The project is almost entirely written in C#. You can see it on GitHub. We took the code from this commit.
- Gauging broader interest in a .sln file generator based on a new DSL?
What are some alternatives?
When comparing Invoke-Build and MSBuild you can also consider the following projects:
Psake - A build automation tool written in PowerShell
Cake - :cake: Cake (C# Make) is a cross platform build automation system.
FAKE - FAKE - F# Make
NUKE - 🏗 The AKEless Build System for C#/.NET
Nake - Magic script-based C# task runner for .NET Core