Giter Club home page Giter Club logo

buildtools's Introduction

Build Tools

AppVeyor build status

Utilities used in the build system for projects that are used with ASP.NET Core and Entity Framework Core.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.

Utilities

KoreBuild

Channel Latest Build
dev badge
rel/2.0.2 badge
rel/2.0.0 badge

This tool contains build scripts, console tools, MSBuild targets, and other settings required to build ASP.NET Core.

KoreBuild commands

Previously repositories were runable in only one way, by doing .\build.cmd. KoreBuild commands allow you to take wider and more granular actions.

Command Purpose Example
install-tools Installs dotnet, CLI and Shared runtimes. .\run.ps1 install-tools
docker-build Runs the build inside docker. .\run.ps1 docker-build {jessie|winservercore} /t:SomeTarget /p:Parameters
default-build Runs install-tools followed by msbuild (like build.cmd used to). .\run.ps1 default-build /t:SomeTarget /p:Parameters
msbuild Runs the build normally. .\run.ps1 msbuild /t:SomeTarget /p:Parameters

Local testing

To test changes to this project locally we recomend you do:

./test.ps1 -Command $CommandToTest -RepoPath C:\repo\to\test\against\

buildtools's People

Contributors

ajaybhargavb avatar anpete avatar brennanconroy avatar bricelam avatar dougbu avatar eilon avatar halter73 avatar hishamco avatar javiercn avatar jbagga avatar jkotalik avatar joelverhagen avatar juntaoluo avatar kichalla avatar mikeharder avatar moozzyk avatar natemcmaster avatar pakrym avatar pranavkm avatar ryanbrandenburg avatar rynowak avatar shirhatti avatar smitpatel avatar tratcher avatar troydai avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.