toofz - toofz.Build 2.4.2

Supports the build system for toofz projects.

PM> Install-Package toofz.Build -Version 2.4.2 -Source https://www.myget.org/F/toofz/api/v3/index.json

Copy to clipboard

> nuget.exe install toofz.Build -Version 2.4.2 -Source https://www.myget.org/F/toofz/api/v3/index.json

Copy to clipboard

> dotnet add package toofz.Build --version 2.4.2 --source https://www.myget.org/F/toofz/api/v3/index.json

Copy to clipboard
<PackageReference Include="toofz.Build" Version="2.4.2" />
Copy to clipboard
source https://www.myget.org/F/toofz/api/v3/index.json

nuget toofz.Build  ~> 2.4.2
Copy to clipboard

> choco install toofz.Build --version 2.4.2 --source https://www.myget.org/F/toofz/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "toofz" -SourceLocation "https://www.myget.org/F/toofz/api/v2"
Install-Module -Name "toofz.Build" -RequiredVersion "2.4.2" -Repository "toofz" 
Copy to clipboard

toofz Build

Build status codecov MyGet

Installing via NuGet

Add a NuGet.Config to your solution directory with the following content:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="toofz" value="https://www.myget.org/F/toofz/api/v3/index.json" />
  </packageSources>
</configuration>
Install-Package 'toofz.Build'

Dependents

Requirements

Contributing

Contributions are welcome for toofz Build.

  • Want to report a bug or request a feature? File a new issue.
  • Join in design conversations.
  • Fix an issue or add a new feature.
    • Aside from trivial issues, please raise a discussion before submitting a pull request.

Development

Requirements

  • Visual Studio 2017

Getting started

Open the solution file and build. Use Test Explorer to run tests.

License

toofz Build is released under the MIT License.

  • .NETStandard 1.3
    • NETStandard.Library (>= 1.6.1)

Owners

Leonard Thieu

Authors

Leonard Thieu

Project URL

https://github.com/leonard-thieu/toofz-build

License

MIT

Info

277 total downloads
64 downloads for version 2.4.2
Download (2.54 MB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
2.4.3 2.54 MB Mon, 05 Feb 2018 19:49:19 GMT 70
2.4.2 2.54 MB Mon, 05 Feb 2018 18:25:21 GMT 64
2.4.1 22.66 MB Fri, 26 Jan 2018 20:10:36 GMT 73
2.4.0 22.66 MB Tue, 09 Jan 2018 18:11:23 GMT 70