Antda.Build 1.1.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Antda.Build --version 1.1.1
NuGet\Install-Package Antda.Build -Version 1.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Antda.Build" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Antda.Build --version 1.1.1
#r "nuget: Antda.Build, 1.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Antda.Build as a Cake Addin
#addin nuget:?package=Antda.Build&version=1.1.1

// Install Antda.Build as a Cake Tool
#tool nuget:?package=Antda.Build&version=1.1.1

Antda.Build

Antda.Build is a set of build tasks based on Cake.Frosting library.

License

Stable Pre-release
Nuget Nuget (with prereleases)

Build status

develop main
Build status Build status

Requirements

Supported net6.0 and net7.0 as target framework.

Build platforms

Build platform Status
AppVeyor ✔️Supported
GitHub Actions ✔️Supported
Azure Pipelines ❌️Not Supported
Bamboo ❌️Not Supported
Bitbucket Pipelines ❌️Not Supported
Bitrise ❌️Not Supported
Continua CI ❌️Not Supported
GitLab CI ❌️Not Supported
GoCD ❌️Not Supported
Jenkins ❌️Not Supported
MyGet ❌️Not Supported
TeamCity ❌️Not Supported
TravisCI ❌️Not Supported

Getting Started

Create a new console application. See Create a simple C# console app. Then replace content of Program.cs by following code:

using Antda.Build;
using Antda.Build.Extensions;

return BuildHostBuilder
  .CreateDefault()
  .WithProjects("ProjectFolder/ProjectName.csproj")
  .WithSource("src")
  .WithTitle("ProjectName")
  .WithRepository("GitRepositoryName", "GitRepositoryOwner")
  .UseGithubPackageSource()
  .UseNugetPackageSource()
  .Build()
  .Run(args);

Create and publish new release

TODO

Build parameters

TODO

Environment variables

TODO

Tasks

Here a list of all avaliable tasks to run:

  • CI
  • Setup-Info
  • Clean
  • DotNet-Restore
  • DotNet-Build
  • DotNet-Test
  • DotNet-Pack
  • Upload-Artifacts
  • DotNet-Nuget-Push
  • Git-Publish-Release
  • Local
  • Release-Notes
Task dependencies

TODO

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 82 4/8/2024
1.2.2 256 11/15/2023
1.2.1 97 11/15/2023
1.2.0 96 11/13/2023
1.1.4 152 11/1/2023
1.1.3 115 10/26/2023
1.1.2 112 10/26/2023
1.1.1 107 10/17/2023
1.1.0 104 10/17/2023
1.0.6 416 7/15/2022
1.0.5 401 7/15/2022
1.0.4 446 6/15/2022
1.0.3 382 6/14/2022
1.0.2 403 6/8/2022
1.0.1 380 6/8/2022