Граф коммитов

22 Коммитов

Автор SHA1 Сообщение Дата
Nate McMaster 979736d4d4
MicroBuild code signing (#821)
This backports changes made in the 2.2 build tools. This is anticipation of Arcade convergence. We already stopped using signrequest.xml in other parts of the stack. New tools replace this functionality.

* Backport implementation of Arcade code signing
* Remove sign request generation and validation
* Sign .Sources packages by default
* Use built-in dotnet-tool shim generation
2018-10-25 18:30:32 -07:00
Nate McMaster 4d5cf0b527
Remove dependency on .NET Core 2.0 from build tools 2018-07-03 11:37:12 -07:00
Nate McMaster 6f7e8010bf
Generate RuntimeFrameworkVersion for function tests 2018-03-27 18:37:43 -07:00
Pranav K 276f8dfced
Merge remote-tracking branch 'origin/dev' into release/2.1 2018-03-16 11:49:59 -07:00
Nate McMaster bbc5ba7e5a Add upgrade deps to the korebuild functional tests 2018-01-31 15:20:13 -08:00
Nate McMaster 73aff46800 Fix failing test cause by channel rename 2018-01-24 18:01:39 -08:00
Nate McMaster 409cab8f55
Update DotNetToolPackageRule to react to package layout changes (#558) 2018-01-24 15:50:37 -08:00
Nate McMaster 3714ec2828 Add docs for the signing manifest 2017-12-27 10:54:23 -08:00
Nate McMaster 2d8a040c6a Automatically generate signing requests for nupkg projects 2017-12-27 10:54:23 -08:00
Nate McMaster cafc5de7d2 Add empty directory.build.props files to isolate tests from environment 2017-11-22 10:28:59 -08:00
Nate McMaster 4af2f444ec
Remove PackageLineup (#455)
This feature was experimental. Although it was good, it had some limitations. Ultimately, we decided using MSBuild variables and the 'dependencies.props' pattern was simpler, more flexible, and easier for our developers to understand.
2017-11-06 11:22:14 -08:00
Nate McMaster 08465c77b2 Add support for korebuild.json 2017-09-01 16:42:23 -07:00
Nate McMaster df68ab4e28 Add InstallDotNet task and stop installing 1.x by default (#381)
Repos that need 1.x runtimes must add these explicitly to their build/repo.props file.
2017-08-24 17:13:36 -07:00
Nate McMaster 1d76632e36 Bundle Internal.AspNetCore.Sdk in KoreBuild and its version matches when used in a project 2017-08-14 10:19:28 -07:00
Nate McMaster cb8657af9e Rename version.{props => xml} and minor bootstrapper updates 2017-07-25 11:50:36 -07:00
Nate McMaster f08bec1585 Merge branch 'rel/2.0.0' into dev 2017-07-13 11:44:42 -07:00
Nate McMaster 0adad55d72 Port PackagePublisher to be an MSBuild task 2017-07-13 11:40:08 -07:00
Nate McMaster cf7f6f0383 Merge branch 'rel/2.0.0' into dev 2017-07-11 15:44:40 -07:00
Nate McMaster 94d7bb91fe Allow configuring KoreBuild from the version.props file 2017-07-11 14:54:35 -07:00
Nate McMaster 35960d4828 Port aspnet/KoreBuild#268 and add tests 2017-07-05 11:07:25 -07:00
Nate McMaster 4cc0b40f6d Add baseline files to functional test
[ci skip]
2017-07-03 15:22:28 -07:00
Nate McMaster f6765b2bc0 Produce KoreBuild as a compiled artifact
- Refactored KoreBuild scripts to be reusable functions
    - Refactored KoreBuild to remove its dependency on Microsoft.Common.targets
    - Fixed a minor bug in ZipArchive task
    - Add functional tests for a simple KoreBuild repo
2017-06-26 11:29:30 -07:00