Ryan Brandenburg
4561d402fe
Update bootstrappers
2017-10-10 12:16:14 -07:00
Nate McMaster
086f6e4ea0
Upgrade xunit to 2.3.0
2017-10-09 11:42:05 -07:00
Javier Calvarro Nelson
f6bb106960
Update Microsoft.IdentityModel.Protocols.OpenIdConnect to 5.2.0-preview1
2017-10-09 11:21:40 -07:00
Nate McMaster
71116396cf
Add Microsoft.AspNetCore.Certificates.Generation.Sources to artifacts.props
2017-10-06 14:06:45 -07:00
Justin Kotalik
60f520de34
Removing Microsoft.AspNetCore.Server.IIS package ( #582 )
2017-10-06 10:02:50 -07:00
Ryan Nowak
7609f4dca7
Add HttpClientFactory to repos
2017-10-06 08:55:29 -07:00
Ryan Nowak
722c47a674
Add Microsoft.Extensions.Http to artifacts
2017-10-06 08:55:15 -07:00
Nate McMaster
3d4a3e0301
Upgrade to xunit 2.3.0-rc3 ( #578 )
2017-10-05 16:05:10 -07:00
Justin Kotalik
4d091430fc
Update AspNetCoreModule to latest version
2017-10-04 09:48:44 -07:00
N. Taylor Mullen
3dda2afdf8
Revert "Remove Mac.LanguageServices.Razor from package artifacts."
...
This reverts commit 785f81916a .
2017-10-02 15:43:51 -07:00
Justin Kotalik
c93cfd0375
Add Microsoft.AspNetCore.Server.IIS to package artifacts ( #572 )
2017-10-02 15:05:31 -07:00
Nate McMaster
197d2f5633
Fix KOREBUILD_REPOSITORY_EXCLUDE
2017-10-02 10:30:14 -07:00
Nate McMaster
7ee6b5db9e
Skip coherence checks on test-only builds
2017-10-02 09:50:55 -07:00
N. Taylor Mullen
785f81916a
Remove Mac.LanguageServices.Razor from package artifacts.
2017-09-29 19:13:32 -07:00
N. Taylor Mullen
9bf6fe233f
Add Mono.Addins to lineup.
2017-09-29 17:37:23 -07:00
N. Taylor Mullen
7ccd7ce108
Add VisualStudio.Mac assemblies.
...
- Added `Microsoft.VisualStudio.Editor.Razor` to `artifacts.props`.
- Added `Microsoft.VisualStudio.Mac.LanguageServices.Razor` to `artifacts.props`.
aspnet/Razor#1690
aspnet/Razor#1696
2017-09-29 16:27:26 -07:00
Nate McMaster
6045eff343
Push NPM packages
2017-09-29 14:34:57 -07:00
Nate McMaster
4ecafc0afd
Update AspNetCoreModule to 1.0.0-pre-10134
2017-09-29 14:23:57 -07:00
Nate McMaster
e7c5ce6bb9
Push lineup packages and put symbols in a separate directory
2017-09-29 14:14:57 -07:00
Nate McMaster
586d3c99c7
Fix bug in DependsOnTargets and /t:Push
2017-09-29 12:22:06 -07:00
Nate McMaster
9aebb2d823
Don't clear cloned sources when SkipClone=true
2017-09-29 11:42:45 -07:00
Nate McMaster
2e7f1355e5
Add property to skip cloning
2017-09-29 11:40:33 -07:00
Nate McMaster
e841229782
Verify and mirror external dependencies and self-consistent package versions ( #566 )
...
Moves build logic from other infrastructure repos into aspnet/Universe.
2017-09-29 10:25:47 -07:00
N. Taylor Mullen
f564f0b68e
Merge pull request #562 from aspnet/nimullen/addvstext
...
Add Microsoft.VisualStudio.Text.Data and UI to the universe lineup.
2017-09-19 16:06:23 -07:00
N. Taylor Mullen
d2b202377f
Add Microsoft.VisualStudio.Text.Data and UI to the universe lineup.
2017-09-19 15:58:28 -07:00
Doug Bunting
3f8b319f54
Fix `First()` failure when `$(BuildGraphOf)` is set
...
- still must build entire Universe locally before using `$(BuildGraphOf)`
2017-08-31 14:54:26 -07:00
Nate McMaster
9d14573df1
Add NuGet.Frameworks to the universe lineup
2017-08-30 11:53:16 -07:00
Nate McMaster
b048577881
Add System.Net.Http to the universe lineup
2017-08-29 12:50:57 -07:00
Nate McMaster
590d42dc88
Add Microsoft.Win32.Registry to the universe lineup
2017-08-29 09:15:54 -07:00
Nate McMaster
0516de2b28
Add Microsoft.Azure.Management.Fluent to the universe lineup ( #550 )
2017-08-28 11:19:45 -07:00
Nate McMaster
1d4e7dcd08
Avoid conflicts between PinVersion and lineups
2017-08-25 17:21:12 -07:00
Nate McMaster
2ddba022aa
Add xunit.extensibility.core 2.3.0-beta4-build3742 to the lineup
2017-08-25 14:58:49 -07:00
Nate McMaster
3ecadccc27
Set the version of MSBuild packages to 15.3.409
...
Oops, 15.3.309 does not exist.
2017-08-25 14:52:38 -07:00
Nate McMaster
ceba681e02
Add Microsoft.NETCore.App and NETStandard.Library to the lineup ( #549 )
2017-08-25 14:34:45 -07:00
Nate McMaster
9793b6b8d5
Add another package required for Razor
2017-08-24 15:24:03 -07:00
Nate McMaster
1811c328c5
Add packages required for Razor to the lineup ( #548 )
2017-08-23 15:24:25 -07:00
Nate McMaster
425c1b83e6
Support partial-graph builds
...
This merges pre-existing packages from previous builds of Universe with the list of packages to be produced in the current run.
Pre-existing packages are expected to be in .deps/build/ and are expected to have only one version of a package id in that folder.
This also requires any additional lineups to be in .deps/lineups/ so they can be filtered from the Internal.AspNetCore.Universe.Lineup file
2017-08-18 15:54:32 -07:00
Nate McMaster
708ae1797f
Revert "Support partial-graph builds ( #545 )"
...
This reverts commit 8f263a2085 .
2017-08-18 14:50:22 -07:00
Nate McMaster
8f263a2085
Support partial-graph builds ( #545 )
...
This merges pre-existing packages from previous builds of Universe with the list of packages to be produced in the current run.
Pre-existing packages are expected to be in .deps/build/ and are expected to have only one version of a package id in that folder.
2017-08-18 14:40:17 -07:00
Nate McMaster
89548bb39a
Expand the list of external dependencies to include almost everything
...
referenced from an ASP.NET Core project
2017-08-17 17:49:35 -07:00
Nate McMaster
a7f021702f
Add more corefx packages to the universe lineup ( #543 )
2017-08-17 16:17:59 -07:00
Nate McMaster
c429467993
Add System.Buffers and System.Numerics.Vectors to the lineup
2017-08-16 10:04:18 -07:00
Nate McMaster
dc66815c35
Add external packages require for aspnet/Common ( #541 )
2017-08-16 09:15:18 -07:00
Nate McMaster
221bcda1d9
Upgrade xunit to 2.3.0-beta4 and expand the lineup to include sub-packages in xunit
2017-08-15 10:04:52 -07:00
Pranav K
28a4bb4d5f
Clone over https if we cannot determine the repository's clone url
2017-08-11 22:32:23 -07:00
Pranav K
418f58f31d
Clone repositories over https
2017-08-11 16:05:16 -07:00
Nate McMaster
16b430ec9f
Update to xunit 2.3.0-beta3-build3705 ( #539 )
2017-08-11 11:52:18 -07:00
Nate McMaster
ddd690200e
React to changes in the gatekeeper build
2017-08-11 10:37:41 -07:00
Nate McMaster
f5710de3e5
Produce a lineup package containing all packages produced
2017-08-10 11:41:10 -07:00
Nate McMaster
5ff2176504
Remove unused TeamCity logger
2017-08-10 09:49:35 -07:00