MSBuild.PublishNuget.Target
4.0.42
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Requires NuGet 2.5 or higher.
dotnet add package MSBuild.PublishNuget.Target --version 4.0.42
NuGet\Install-Package MSBuild.PublishNuget.Target -Version 4.0.42
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="MSBuild.PublishNuget.Target" Version="4.0.42" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MSBuild.PublishNuget.Target --version 4.0.42
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MSBuild.PublishNuget.Target, 4.0.42"
#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 MSBuild.PublishNuget.Target as a Cake Addin #addin nuget:?package=MSBuild.PublishNuget.Target&version=4.0.42 // Install MSBuild.PublishNuget.Target as a Cake Tool #tool nuget:?package=MSBuild.PublishNuget.Target&version=4.0.42
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MSBuild.PublishNuget.Target
Provides a NuGet package that adds functionality to your project to auto pack and publish to a private nuget server the project as a nuget package.
Remarks: This works only with nuget.exe
executable and is designed for .NET Framework projects. Not for .NET Core
Installation
Nuget package: https://www.nuget.org/packages/MSBuild.PublishNuget.Target
Install-Package MSBuild.PublishNuget.Target
Instructions
- Add the package to the project.
- Make sure you have the
nuget.exe
executable in your path (i.e. Open a command prompt and typenuget help
and check if the version of nuget is displayed). - You can download the most recent version of
nuget.exe
at NuGet downloads page. - Open your
.csproj
and add the following property group to the file:
<PropertyGroup>
<PackageAPIKey>{{YOUR PRIVATE NUGET FEED KEY}}</PackageAPIKey>
<PackageServer>{{YOUR PRIVATE NUGET FEED URL}}</PackageServer>
</PropertyGroup>
- Put your own data (Feed API Key and Feed Url).
- Save the
.csproj
. - On Visual Studio, change the current configuration to
Release
if isn't yet. - Build!
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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 |
---|---|---|
5.0.124 | 63 | 11/17/2024 |
5.0.121 | 56 | 11/17/2024 |
5.0.115 | 61 | 11/17/2024 |
5.0.110 | 65 | 11/17/2024 |
5.0.103 | 60 | 11/17/2024 |
5.0.98 | 62 | 11/17/2024 |
5.0.95 | 61 | 11/17/2024 |
5.0.92 | 65 | 11/17/2024 |
5.0.87 | 63 | 11/16/2024 |
5.0.78 | 65 | 11/16/2024 |
5.0.67 | 67 | 11/16/2024 |
5.0.58 | 78 | 10/28/2024 |
5.0.55 | 254 | 8/26/2024 |
5.0.52 | 110 | 8/26/2024 |
5.0.46 | 250 | 6/19/2024 |
5.0.45 | 113 | 4/22/2024 |
5.0.33 | 265 | 12/14/2023 |
5.0.27 | 829 | 11/9/2023 |
5.0.22 | 275 | 9/23/2023 |
5.0.17 | 254 | 9/23/2023 |
5.0.14 | 240 | 9/20/2023 |
5.0.11 | 627 | 7/24/2023 |
5.0.8 | 226 | 7/19/2023 |
5.0.5 | 190 | 7/17/2023 |
5.0.2 | 414 | 6/30/2023 |
4.0.62 | 502 | 6/6/2023 |
4.0.43 | 539 | 5/4/2023 |
4.0.42 | 212 | 5/3/2023 |
4.0.37 | 413 | 4/4/2023 |
4.0.32 | 304 | 4/3/2023 |
4.0.22 | 665 | 1/24/2023 |
4.0.21 | 1,072 | 9/13/2022 |
3.0.36 | 511 | 9/13/2022 |
3.0.31 | 464 | 9/13/2022 |
3.0.26 | 852 | 7/26/2020 |
3.0.25 | 544 | 6/27/2020 |
3.0.20 | 510 | 6/27/2020 |
3.0.16 | 548 | 6/27/2020 |