aspnetcore/build/tasks
Nate McMaster 0ec25d3167
Create new 'runtime pack' nuget packages for Microsoft.AspNetCore.App (#7475)
* Create a new package  - Microsoft.AspNetCore.App.Runtime.${rid} - which contains crossgen-ed versions of shared framework assemblies. This will be used by the SDK to replace rid-split packages
* Add a task which can generate the .deps.json file for the shared framework. Unlike the existing task we have, this does not rely on consuming a .deps.json file generated by first running a restore on packages.
* Move the reference to xunit.runner.console into the normal targets and files for managing dependencies
* Produce binlogs during build
2019-02-14 07:25:13 -08:00
..
FileUtilities.cs Create new 'runtime pack' nuget packages for Microsoft.AspNetCore.App (#7475) 2019-02-14 07:25:13 -08:00
GenerateGuid.cs Build Windows Installers using the repo's main build script and repotasks (#6139) 2018-12-31 10:54:15 -08:00
GenerateRestoreSourcesPropsFile.cs
GenerateSharedFrameworkDepsFile.cs Create new 'runtime pack' nuget packages for Microsoft.AspNetCore.App (#7475) 2019-02-14 07:25:13 -08:00
GenerateSharedFrameworkMetadataFiles.cs Generate PlatformManifest and package conflict overrides for Microsoft.AspNetCore.App (#4072) 2018-11-16 16:36:14 -08:00
GetMsiProperty.cs Build Windows Installers using the repo's main build script and repotasks (#6139) 2018-12-31 10:54:15 -08:00
RemoveSharedFrameworkDependencies.cs Merge branch 'release/2.2' 2018-12-07 11:11:44 -08:00
RepoTasks.csproj Create new 'runtime pack' nuget packages for Microsoft.AspNetCore.App (#7475) 2019-02-14 07:25:13 -08:00
RepoTasks.tasks Create new 'runtime pack' nuget packages for Microsoft.AspNetCore.App (#7475) 2019-02-14 07:25:13 -08:00
RuntimeGraphManager.cs React to MSBuild breaking changes and remove ProdCon v1 variables (#4161) 2018-11-20 11:34:53 -08:00
Uuid.cs Build Windows Installers using the repo's main build script and repotasks (#6139) 2018-12-31 10:54:15 -08:00
tasks.sln