Commit Graph

31 Commits

Author SHA1 Message Date
Doug Bunting 9b3bf98389
Merge branch 'release/2.2' into merge/release/2.1-to-release/2.2 2019-05-13 22:43:17 -07:00
Doug Bunting 064dce2bef Get e2e tests running
- correct `--filter` syntax; perform `contains` match on `Name` and not `FullyQualifiedName`
  - `FullyQualifiedName` doesn't seem to include NUnit test case data
- move to latest test package versions
- support recent SDK versions

Background: successful but no-op builds have been common lately
- blocking real work on aspnet/AspNetCore-Internal#1843
2019-05-13 22:34:58 -07:00
Matt Mitchell 11ab4bd196 Fix aspnet e2e tests
- add `-CliManifestName` option to run-tests.ps1 command
- pass `-CliManifestName` and more from YAML to run-tests.ps1
  - pass access token suffix
2019-05-13 22:34:58 -07:00
Nate McMaster 79e98dd169
Update dependency version of Extensions.Binder to avoid downgrading sharedfx versions from 2.1.10 (#9393) 2019-04-15 15:19:40 -07:00
Mikael Mengistu d2a4435ac8
Update baseline test (#8014) 2019-02-28 17:11:23 -08:00
Mikael Mengistu 5661c41909
Add baseline version test (#7627) 2019-02-26 09:12:51 -08:00
Nate McMaster fe20f9240d Fix #3503 - update buildtools dependency on DependencyModel to 2.1.0
The 2.0 version of the Microsoft.Extensions.DependencyModel does not
support the assembly/file version metadata. We must have at least 2.1.

Between 2.1.6 and 2.1.7, we switched the build to use MSBuild.exe
("full" MSBuild) instead of `dotnet msbuild` ("core" MSBuild). MSBuild
has different assembly loaders behaviors in core vs full. By switching
MSBuild types, we were also unintentionally switching the version of
Microsoft.Extensions.DependencyModel.dll that was being used by our build
 task from 2.1 back down to 2.0.

The reason we didn't discover this in earlier 2.1.x patches is that
building on msbuild core automatically upgraded our build tasks to
Microsoft.Extensions.DependencyModel.dll, Version=2.1.0.0. This happens
because of differences in the way .NET Core and MSBuild handles
assemblies with the same ID and different versions, and differences in
the layout of MSBuild and the .NET Core CLI.

In the end, this happened because we didn't have test coverage. MSBuild
and custom tasks burned asagain, but we should have just had unit tests
all along, which would have uncovered this regression as soon as we
switched to msbuild.exe.
2019-01-15 13:39:01 -08:00
Nate McMaster 089912cd1b
Switch queues used during Windows builds (#6667) 2019-01-14 10:07:12 -08:00
Nate McMaster b4f869b2ff
Switch agent queues used on Windows builds (#6627) 2019-01-11 16:23:13 -08:00
Nate McMaster a3f9b74bb9
Merge branch 'release/2.1' into release/2.2 2019-01-09 14:52:53 -08:00
Nate McMaster 4433d967ad
Update CLI functional tests to account for the addition of Microsoft.IdentityModel.JsonWebTokens.dll 2018-10-25 11:09:41 -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
Ryan Brandenburg c6ed32fee8 Remove deleted files from baselines 2018-10-16 10:37:47 -07:00
Mike Harder cf204df326
Merge branch 'release/2.2' into merge/release/2.1-to-release/2.2 2018-09-27 12:24:12 -07:00
Mike Harder e8d3321025
Add AdditionalRestoreSources parameter to Cli.FunctionalTests (#1429)
- Required for builds which need to restore from multiple feeds
2018-09-27 12:17:14 -07:00
Mike Harder 9cb2c7a8d6
Update Cli.FunctionalTests for latest 2.2-preview3 (#1425) 2018-09-27 10:19:19 -07:00
Nate McMaster deaeb45a64
Merge branch 'release/2.1' into release/2.2 2018-09-26 11:05:32 -07:00
Mike Harder a624afdf8e
Functional tests for .NET Core CLI 2.1.X (#1415) 2018-09-26 10:51:03 -07:00
Nate McMaster a6847de87d
Fix PipeBuild parameter: PB_RESTORESOURCES => PB_RESTORESOURCE 2018-09-26 09:53:31 -07:00
Nate McMaster 90ed3bde5e
Add more logging for E2E tests
Trying to diagnose why ProdCon fails to download metadata
2018-09-26 09:42:18 -07:00
Mike Harder a22b715bf4
Update published files for 2.2-preview2 (#1370)
- Also convert env vars to UPPER_CASE for compat with Mac and Linux
2018-08-31 16:56:56 -07:00
Nate McMaster b2cf5028e0
Run E2E tests in parallel and on macOS (#1369) 2018-08-31 14:24:32 -07:00
Nate McMaster 60fc0158c1
Flow the ProdCon restore feed in to E2E tests 2018-08-31 12:25:29 -07:00
Nate McMaster 7dc68e6f91
Fix syntax errors in the e2e test build definition 2018-08-29 21:33:59 -07:00
Nate McMaster f6fc60a0ed
Add script to invoke E2E tests on CI using ProdCon results (#1354) 2018-08-29 19:37:09 -07:00
Mike Harder 05291af90b Cli.FunctionalTests: Remove .gitignore (#1353) 2018-08-29 19:36:46 -07:00
Mike Harder b465a3b4a3 Functional tests for .NET Core CLI 2018-08-29 16:48:49 -07:00
Nate McMaster 71de7a98f5
Merge branch 'release/2.1' into release/2.2 2018-07-05 10:21:51 -07:00
Nate McMaster 55e0fd5677
Fix the version override check for ProdCon builds 2018-07-02 17:02:30 -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 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