Software Alternatives & Reviews

.NET build tool using Bullseye and SimpleExec

NAnt Cake Build
  1. 1
    NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles.
    NAnt was quite a popular build tool used by projects of all sizes targeting .NET Framework on Windows. I have written many complex build systems using NAnt in the past. But XML based DSL was quite clunky to use and maintain. Besides, it was always a daunting task to explain to a new dev on the team. With .NET Core/.NET becoming a cross-platform framework, CAKE and FAKE gained a lot of adoption providing a C# and F# based DSL for build tasks accordingly.

    #DevOps Tools #Continuous Integration #Front End Package Manager 2 social mentions

  2. Continuous Integration
    Pricing:
    • Open Source
    NAnt was quite a popular build tool used by projects of all sizes targeting .NET Framework on Windows. I have written many complex build systems using NAnt in the past. But XML based DSL was quite clunky to use and maintain. Besides, it was always a daunting task to explain to a new dev on the team. With .NET Core/.NET becoming a cross-platform framework, CAKE and FAKE gained a lot of adoption providing a C# and F# based DSL for build tasks accordingly.

    #DevOps Tools #Continuous Integration #Project Management 8 social mentions

Discuss: .NET build tool using Bullseye and SimpleExec

Log in or Post with