Commit Graph

52 Commits

Author SHA1 Message Date
Nate McMaster 27deb6f6f8
Remove dependency on Docker from MSBuild targets (#3866)
Changes:
* This removes MSBuild targets which invoke `docker` commands to build
   deb and rpm installers
* Remove installer targets from the KoreBuild context. Put them into
   separate project files
* Simplify the targets used to build installers by reducing duplicate
   variable names and deeply nested MSBuild contexts
* Remove unused dependencies from the Docker build context
2018-11-01 15:02:29 -07:00
Nate McMaster fd48670abe
Add a restore source to the artifacts/build folder and ensure build number is consistent when running local builds 2018-10-24 17:11:28 -07:00
Nate McMaster 968df9578b
Refactor shared framework projects targets and project layout (#3703)
This refactors the targets used to build the shared framework and its .zip files. There are lots of reasons motivating this: Arcade convergence, migration to VSTS, making it easier to build this locally, etc.

Changes:
* Moves move content of build/Sharedfx.{props/targets} into eng/targets/SharedFx.Common.{props/targets}
* Update the build to produce a `runtime.$rid.Microsoft.AspNetCore.App` package (not just the one with symbols in it)
* Refactor the targets which produce .tar.gz/.zip files into separate projects in `src/Installers/`
* Refactor installers, unit tests, and the framework projects to use ProjectReference to flow dependencies between different parts of the build.
* Makes it easier to build the shared framework locally (for the inner dev loop, you can run `dotnet build -p src/Framework/Microsoft.AspNetCore.App/src/ -r win-x64`)
2018-10-24 15:42:06 -07:00
Nate McMaster e3c0e867e1
Update branding to 2.2.0-rtm 2018-10-16 11:30:52 -07:00
Nate McMaster 36f21faecf
Merge branch 'release/2.1' into release/2.2 2018-10-05 17:04:01 -07:00
Nate McMaster 36e462d6f2
Update branding to 2.1.6-servicing (#1455)
Cleanup the implementation of version.props to make it clearer what the rules are for appending version suffixes, applying updates, etc.
2018-10-05 16:50:15 -07:00
Nate McMaster 72cd5eedcf
Prepare the 2.1.6 patch (#1434) 2018-09-28 17:57:33 -07:00
Nate McMaster fc04b2c073
Update branding to 2.2.0-preview3 2018-09-05 16:37:32 -07:00
Nate McMaster b206d59612
Prepare 2.1.5 patch 2018-08-28 09:14:43 -07:00
Nate McMaster 5ce39f4c98
Fix path broken by branding change and update installers to 'Preview 2' 2018-08-21 15:13:09 -07:00
Nate McMaster 872c7734b6
Update package branding for 2.2 preview2 2018-08-21 13:41:56 -07:00
Nate McMaster b67a141263
Add code for building the Windows Hosting Bundle and ASP.NET Core runtime installers into this repo
This code previously was in private repos because it had references to internal locations and drop shares. This code has been modified to remove these internal-only pieces.
2018-08-20 15:56:22 -07:00
Nate McMaster e4161d8971 Prepare 2.1.4 patch
* Update submodules for EF Core, Scaffolding, and Templating
* Change version number for metapackages to 2.1.4
2018-08-07 21:24:01 +00:00
Nate McMaster 1c1256406e
Update README, config, and scripts to use release/2.2 (#1232) 2018-06-28 15:51:15 -07:00
Nate McMaster 91a1d2de50
Add unit tests for the shared framework (#1228)
Changes:
* Add a test project with simple unit tests for the shared framework
* Add root-level Directory.Build.props/targets files
* Cleanup .csproj files to reduce duplication
2018-06-27 14:56:10 -07:00
Nate McMaster 6b8aac13e0
Prepare infrastructure for the 2.1.3 patch 2018-06-27 14:51:05 -07:00
Nate McMaster e4e3551a1e
Prepare 2.1.2 patch 2018-06-12 15:18:36 -07:00
Nate McMaster b1b92385c0
Add unit tests for the shared framework
Changes:
* Add a test project with simple unit tests for the shared framework
* Add root-level Directory.Build.props/targets files
* Cleanup .csproj files to reduce duplication
2018-06-08 10:33:31 -07:00
Nate McMaster 451c7036a6
Merge branch 'release/2.1' into dev 2018-06-04 13:05:46 -07:00
Nate McMaster ca4e81b975
Merge branch 'release/2.0' into release/2.1 2018-06-01 17:08:08 -07:00
Nate McMaster 6cf45a4f8a
Prepare the 2.1.1 patch 2018-05-23 15:38:16 -07:00
Nate McMaster 1dea860997
Prepare the 2.0.9 patch
Prepare the release/2.0 branch to produce 2.0.9.
2018-05-23 11:18:16 -07:00
John Luo 02e4261043 Merge branch 'release/2.1' into dev 2018-05-07 12:34:40 -07:00
= 9e238bda1c Build upgradeable installers 2018-05-07 12:04:53 -07:00
Nate McMaster ff61bdf819
Set version to 2.1.0-rtm 2018-04-30 14:09:51 -07:00
Nate McMaster d4cc10801e
Bump runtime store and metapackages to 2.0.8 2018-04-18 08:37:50 -07:00
Ryan Brandenburg a32e7dc18b Adapt dev to release/2.1 2018-04-17 12:24:03 -07:00
Ryan Brandenburg 14fa14b5d3 2.2.0 2018-04-17 09:48:24 -07:00
Nate McMaster 2efb163714
Generate branding.g.props for use in downstream builds that need to align version information 2018-03-26 16:14:30 -07:00
Nate McMaster 6eb4b0ecfb
Prepare the 2.0.7 patch 2018-03-22 10:08:30 -07:00
Nate McMaster ffbc5068c7
Bump to VersionSuffix to preview3/alpha3 2018-03-19 14:55:08 -07:00
Nate McMaster 3fadaefcb7 Ensure experimental version suffix contains the build number 2018-02-08 08:25:00 -08:00
Ryan Brandenburg 20613b6fd2 Re-add ExperimentalVersions (#831)
* Re-add ExperimentalVersions
2018-01-31 09:27:43 -08:00
John Luo 4c79a2fe59 Merge branch 'release/2.1' into dev 2018-01-30 12:04:18 -08:00
Nate McMaster 5fae89b962
Update versions to include prodcon build id (#819)
* Update versions to include prodcon build id
* Ensure version metadata does not appear in the package version
* Update build tools
2018-01-30 10:38:09 -08:00
Pranav K c24b577175 Merge remote-tracking branch 'origin/release/2.1' into dev 2018-01-29 13:54:35 -08:00
Pranav K f99426db15 Fixup experimental version 2018-01-29 12:52:04 -08:00
Pranav K b37880c985 Downgrade version of analyzers 2018-01-29 12:24:18 -08:00
Nate McMaster 9e89e28f49 Update runtime publishing to the release/2.1 channel 2018-01-26 12:06:25 -08:00
Nate McMaster 8cf3a16eb6
Bump version suffix to preview2 2018-01-26 09:02:36 -08:00
Nate McMaster 4791eccc4f Update references to the 2.0.5 runtime store 2018-01-11 14:23:59 -08:00
Nate McMaster e28eb85750 Bump build version to 2.0.6 2018-01-10 09:34:56 -08:00
Nate McMaster a54852fe6e Add targets to deploy all known installers to an azure blob feed
- Add PublishToAzureBlob task
 - Move badge/version txt file generation to publish step
2018-01-08 18:23:24 -08:00
John Luo 07d014ab32 January patch fixes 2018-01-08 11:13:16 -08:00
John Luo 554c3310e3 Updates for 2.0.5 installers 2017-12-07 15:54:51 -08:00
John Luo d6bbfa5f00 Revert "Build 2.0.4 Hosting installers"
This reverts commit d5ffe85bb9.
2017-12-07 14:50:39 -08:00
John Luo d5ffe85bb9 Build 2.0.4 Hosting installers 2017-11-30 18:35:01 -08:00
Nate McMaster dfd15c8679
Only produce one version of the runtime store, templates packages, and installers (#665) 2017-11-21 17:05:52 -08:00
Nate McMaster dae1f1ce78 Merge branch 'rel/2.0.3' into dev 2017-11-08 16:31:07 -08:00
Nate McMaster 446de15f0b Add aspnet/Templating to the universe build 2017-10-12 18:02:16 -07:00