Package Exports
- strider-dot-net
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (strider-dot-net) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
strider-dot-net
.NET build actions for strider.
Calls msbuild on a project or solution file. If none is specified, msbuild will attempt to build a file ending in "proj". If none exists in the root directory, the build will fail.
There is configuration in the plugin to select the version of .NET to use to build the project. It also supports just using the msbuild that is already in the path. The build will fail if the selected version of .NET is not installed on the build agent.
You can specify a CPU architecure (Any CPU, x86, x64, ARM), and one or more targets to execute (most of the time this is Build or Rebuild).
You can pass as many custom parameters to msbuild as you need to.
It will restore NuGet packages. It will get the latest version of nuget.exe from http://nuget.org in order to do so. This means that your solution doesn't need NuGet Package Restore, but if it does, disable this feature of the plugin for your project.
You can follow its progress at http://gettinggui.com