Doug Bunting
9f99846734
[release/2.1] Remove some dangling 'master' mentions ( #1020 )
...
- ignoring the `dotnet-install` scripts for now
- remove an old `dev` mention too
- branch no longer exists
- nit: address a few Markdown lint complaints
2023-02-17 10:30:17 -08:00
Nate McMaster
2444fbdf4f
Support running KoreBuild on full msbuild ( #869 )
...
These changes support using "MSBuild.exe" instead of "dotnet msbuild" when building a repo with KoreBuild. The default still remains `dotnet msbuild`, so this is an opt-in change for repos.
### Usage:
In korebuild.json, add the following:
```json
{
"msbuildType": "full"
}
```
_This only applies to Windows builds._
## Changes in this PR:
* Remove unused tasks and targets (reduces what we had to port to .NET Framework)
* Invoke VSWhere to find MSBuild.exe
* Back-port improvements to SourceLink and VSWhere tasks to reduce dependency on Json.Net
2018-11-13 10:17:28 -08:00
Nate McMaster
4d5cf0b527
Remove dependency on .NET Core 2.0 from build tools
2018-07-03 11:37:12 -07:00
Pavel Krymets
9504bd1c41
Update dependencies.props from other dependencies.props file ( #628 )
...
* Update dependencies.props from other file
* Evaluate the project
2018-04-04 12:32:14 -07:00
Nate McMaster
740bb7efda
Add release/2.1 channel
2018-01-24 17:47:12 -08:00
Nate McMaster
76ac40e0d6
Merge branch 'release/2.0' into dev
2018-01-18 08:24:09 -08:00
Nate McMaster
02bda79ac9
Update channel name to release/2.0
2018-01-18 08:19:37 -08:00
Ryan Brandenburg
ef22e20aba
Install tools as part of dockerfile
2018-01-16 12:15:57 -08:00
Ryan Brandenburg
314c98e453
Add KoreBuild properties section
2018-01-09 11:57:24 -08:00
Ryan Brandenburg
9b0fac6180
New Nuget version
2018-01-08 16:58:32 -08:00
Nate McMaster
8d21533ddd
Support installing the ASP.NET Core shared runtime from KoreBuild
2017-12-27 08:57:24 -08:00
Nate McMaster
d6b8907eea
Update README and docs
...
[ci skip]
2017-11-29 14:29:57 -08:00
Ryan Brandenburg
37e54edc81
Don't use TTY
2017-11-08 09:47:52 -08:00
Nate McMaster
502f38938f
Add support for specifying NodeJS as a required toolset
2017-10-30 11:44:46 -07:00
Nate McMaster
ec1822a2c8
Add support for requiring Visual Studio's MSBuild from KoreBuild
2017-10-27 17:21:55 -07:00
Nate McMaster
f9a4508dd7
Ensure global options for --repo-path and others are available on all subcommands ( #439 )
2017-10-23 17:00:17 -07:00
Nate McMaster
2714091e0d
Implement upgrade-deps and generate-deps CLI commands ( #438 )
2017-10-23 15:31:13 -07:00
Nate McMaster
3ab1a7033f
Merge branch 'rel/2.0.2' into dev
2017-10-18 14:16:34 -07:00
Nate McMaster
95739991d4
Backport #388 to rel/2.0.2 - add support for korebuild.json
2017-09-19 11:54:03 -07:00
Ryan Brandenburg
8878da920f
Add docker support
2017-09-19 09:51:26 -07:00
Nate McMaster
08465c77b2
Add support for korebuild.json
2017-09-01 16:42:23 -07:00
Ryan Brandenburg
e6c5ade169
Docker needs more work
2017-09-01 14:06:42 -07:00
Ryan Brandenburg
0899869548
Modularize commands and add run.ps1
2017-09-01 14:06:42 -07:00