3 месяца назад
История
README.MD
AltNuget
Description
AltNuget allows you to copy all the necessary elements of Nuget packages to a single folder
Motivation
If you don’t use build systems, it is difficult to get the necessary components from Nuget, taking into account TargetFramework and dependencies. AltNuget tries to solve this problem.
Possible AltNuget applications
- PowerShell scripts
- PascalABC.NET (if you don’t use the MSBuild SDK in your project)
- Other automation
Usage
- Install the AltNuget and add it to
PATH
- Create the
packages.config
file. For example
<?xml version="1.0" encoding="utf-8"?>
<packages targetFramework="net472">
<package id="Newtonsoft.Json" version="13.0.3"/>
<package id="Telegram.Bot" version="19.0.0" />
</packages>
- Run
AltNuget install packages.config -OutputDirectory .\lib
The contents of the specified packages and their dependencies will be placed in .\lib
. Only elements for the specified TargetFramework are copied
Building
- Install the necessary programs
- PascalABC.NET
- AltNuget
Yes, we use AltNuget for AltNuget development
- Add programs to
PATH
- Run
Build.ps1
Описание
Alternative NuGet client for automation
Конвейеры
0 успешных
0 с ошибкой