JsonPoke.MSBuild 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package JsonPoke.MSBuild --version 1.0.3
                    
NuGet\Install-Package JsonPoke.MSBuild -Version 1.0.3
                    
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="JsonPoke.MSBuild" Version="1.0.3">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JsonPoke.MSBuild" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="JsonPoke.MSBuild">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add JsonPoke.MSBuild --version 1.0.3
                    
#r "nuget: JsonPoke.MSBuild, 1.0.3"
                    
#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.
#addin nuget:?package=JsonPoke.MSBuild&version=1.0.3
                    
Install as a Cake Addin
#tool nuget:?package=JsonPoke.MSBuild&version=1.0.3
                    
Install as a Cake Tool

JsonPoke and JsonPeek build tasks

eg:  <JsonPoke FileFullPath="$(MSBuildProjectDirectory)" JsonFile="Project.json" Value="Empty-FromTest" JPath="Project.Name">
   </JsonPoke>

   <JsonPoke FileFullPath="$(MSBuildProjectDirectory)" JsonFile="Project.json" Value="Empty-FromTest" JPath="Project.IncludedLibrary[?(@.Name == 'Lib-1')].Value">
   </JsonPoke>

<JsonPeek FileFullPath="$(MSBuildProjectDirectory)" JsonFile="Project.json" JPath="Project.IncludedLibraryVariableSetIds[?(@.Name == 'Lib-69')].Value">
     <Output TaskParameter="Value" PropertyName="Lib69Value"/>
   </JsonPeek>
   <Message Text="Project.IncludedLibraryVariableSetIds[?(@.Name == 'Lib-69')].Value : $(Lib69Value)"/>

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on JsonPoke.MSBuild:

Package Downloads
OctopusDeployExport.MSBuild

Exports your octopus deploy project as JSON and masks the time and other passwords.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on JsonPoke.MSBuild:

Repository Stars
kniEngine/kni
KNI is a cross-platform C# game framework.
Version Downloads Last Updated
1.0.9 63,545 7/20/2017
1.0.8 11,481 3/15/2017
1.0.7 52,562 12/15/2014
1.0.6 5,364 11/12/2014
1.0.5 5,091 11/11/2014
1.0.4 5,461 11/4/2014
1.0.3 4,667 10/2/2014
1.0.2 4,598 9/24/2014
1.0.1 4,671 9/24/2014
1.0.0 5,019 9/24/2014