vsSBE.CI.MSBuild 1.6.12010

There is a newer version of this package available.
See the version list below for details.
dotnet add package vsSBE.CI.MSBuild --version 1.6.12010
NuGet\Install-Package vsSBE.CI.MSBuild -Version 1.6.12010
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="vsSBE.CI.MSBuild" Version="1.6.12010" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add vsSBE.CI.MSBuild --version 1.6.12010
#r "nuget: vsSBE.CI.MSBuild, 1.6.12010"
#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 vsSBE.CI.MSBuild as a Cake Addin
#addin nuget:?package=vsSBE.CI.MSBuild&version=1.6.12010

// Install vsSBE.CI.MSBuild as a Cake Tool
#tool nuget:?package=vsSBE.CI.MSBuild&version=1.6.12010

Event-Catcher with variety of advanced Actions for service of your projects and libraries, the build processes and processes at runtime from Visual Studio and MSBuild Tools.
   
   Official package of libraries for support of the CI /Build Servers.
   
   * ! Documentation: http://vssbe.r-eg.net/
   * VS Gallery Page: https://visualstudiogallery.msdn.microsoft.com/0d1dbfd7-ed8a-40af-ae39-281bfeca2334/
   * Source code & Public Bug Tracker: https://github.com/3F/vsSolutionBuildEvent
       
   Package version: a.b.x[.y] -> a & b - CI.MSBuild (v1.6) -> x - main library (12010 is a v0.12.10.10901) -> y - variant of package if exists

   ~~~~~~~~
   Get it via GetNuTool:
   ==========================================
   gnt /p:ngpackages="vsSBE.CI.MSBuild/1.6.12010"
   ==========================================
   * https://github.com/3F/GetNuTool
   
   ~10 Kb to get CI.MSBuild in one click (Compiled by GetNuTool): vssbe.r-eg.net/doc/CI/get.CIM.bat
   

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
1.6.12011.1 878 8/19/2020
1.6.12011 1,165 6/30/2019
1.6.12010 3,297 11/11/2016
1.6.1209 1,547 9/14/2016
1.6.1207 3,239 2/4/2016

Updated the vsSolutionBuildEvent library: v0.12.10.10901    
* Changelog here: http://vssbe.r-eg.net/Changelist/

[v0.12.10] 2016.11.11

   * FIXED: Fixed bug - `BAT files no longer dumps to VS Output window "vsSolutionBuildEvent"` Bug #34
   * FIXED: Possible deadlock from any output messages. Related Issue #35 - 'targets mode issue'
   * FIXED: Fixed problem with white-space chars in Files & Interpreter Mode.
            Message: `'...' is not recognized as an internal or external command, operable program or batch file.`

   * FIXED: Added messages about errors for actions in another thread when this failed.
   * NEW: SBE-Scripts. [MSBuildComponent] Added multiline support for MSBuild expressions:
           ```
           #[$(
               [System.Math]::Exp('$(
                   [MSBuild]::Multiply(
                       $([System.Math]::Log(10)),
                       4
                   ))'
               )
           )]
           ```
           See the documentation.
           
   * NEW: SBE-Scripts. Implemented `boolean run([enum context])` To Execute Action with specific context. [InternalComponent]
          Now you can easy call any actions from other actions.
           ```
           #[Core events.Pre.item("SpecBuild").run()]
           #[Core events.Post.item(5).run(Build)]
           ```
           
   * NEW: Implemented - "The revision of modulo" (Wizard)
   * NEW: Added special types for `Execution order` - First / Last Project & Type
          For convenient work with deferred Pre-Build event /Related question - #37
          
   * CHANGED: C# Mode: Error/Warn messages also for result of this action by compiler settings - `Warnings & Errors` - `TreatWarningsAsErrors`
   * CHANGED: Updated time format for main Log-messages: without date + added ten thousandths of a second (.0000 - .9999)
   * CHANGED: Updated 7-zip v16.04 & NLog 4.3.11
   * CHANGED: Other trivial changes for UI. The commands to copy / clear etc.