aspnetcore/eng
Doug Bunting 54e282003b
Avoid changing global state in CI runs II (#21643)
* Avoid changing global state in CI runs II
  - move `dotnet` tools into `$PWD/.dotnet/tools/`
    - add `dotnet` tools to `$env:PATH`
  - install `jq` in `$PWD/.tools/`
  - install `nginx` in `$PWD/.tools/nginx/`

nits:
- remove an extra (incorrect) `$env:JAVA_HOME` setting
  - build.ps1 finds a local JDK and sets this variable (and `$env:PATH`) properly
- avoid `'$(SELENIUMPROCESSTRACKINGFOLDER)' == '\artifacts\tmp\selenium\'`
  - `$(BuildDirectory)` was normally the empty string (w/o fix)
  - use `$(BuildDirectory)` a bit more

* Add files. disable artifact / test results publications to avoid warnings on CI
  - artifacts/log is often empty when binary logs are disabled
  - no tests create *.trx files
    - don't have Java test results either
  - only test jobs need test results published
2020-05-22 13:56:47 -07:00
..
common [master] Update dependencies from dotnet/arcade dotnet/aspnetcore-tooling (#21630) 2020-05-15 00:17:02 +00:00
docker Use stages pipeline (#13040) 2019-09-10 20:43:24 -07:00
helix Install dotnet-dump first (#22068) 2020-05-20 23:31:22 -07:00
scripts Avoid changing global state in CI runs II (#21643) 2020-05-22 13:56:47 -07:00
targets Merge pull request #21791 from dotnet-maestro-bot/merge/release/3.1-to-master 2020-05-15 08:35:28 -07:00
tools [master] Update dependencies from dotnet/arcade dotnet/aspnetcore-tooling (#21630) 2020-05-15 00:17:02 +00:00
AfterSigning.targets Always generate checksums as last part of publish job (#20367) 2020-04-01 16:25:37 -07:00
AfterSolutionBuild.targets [master] Update dependencies from dotnet/arcade dotnet/aspnetcore-tooling (#21630) 2020-05-15 00:17:02 +00:00
Baseline.Designer.props Update baselines 2020-05-13 09:30:19 -07:00
Baseline.xml Merge remote-tracking branch 'origin/release/3.1' 2020-05-13 17:27:44 -07:00
Build.props A quick collection of quick fixes (#20993) 2020-04-25 18:39:19 -07:00
CodeGen.proj Mark AspNetCore projects that aren't packaged explicitly (#18767) 2020-02-13 15:51:27 -08:00
Common.props A quick collection of quick fixes (#20993) 2020-04-25 18:39:19 -07:00
Dependencies.props Use the `JoinItems` task rather than faking it in an item group (#21349) 2020-05-01 09:50:59 -07:00
GenAPI.exclusions.txt Todos 2020-02-18 13:47:25 -08:00
LicenseHeader.txt
PoliCheckExclusions.xml Update PoliCheckExclusions.xml (#17705) 2020-01-15 14:34:58 -08:00
ProjectReferences.props Relocate Logging.Testing to AspNetCore.Testing 2020-04-02 00:16:01 -07:00
PublishSymbols.proj [release/3.1] Update dependencies from 2 repositories (#13571) 2019-09-15 21:27:50 -07:00
Publishing.props Merge pull request #20456 from dotnet-maestro-bot/merge/release/3.1-to-master 2020-04-02 11:18:00 -07:00
QuarantinedTests.AfterArcade.props Rename Flaky attribute (#19469) 2020-03-04 08:10:18 -08:00
QuarantinedTests.BeforeArcade.props Rename Flaky attribute (#19469) 2020-03-04 08:10:18 -08:00
SharedFramework.External.props Ingest updated packages from dotnet/runtime (#20300) 2020-04-06 01:06:22 -07:00
SharedFramework.Local.props Merge branch 'master' into johluo/migrating-extensions 2020-02-20 16:44:06 -08:00
SignCheckExclusionsFile.txt Re-enable signing validation (#13899) 2019-11-19 07:14:34 -08:00
Signing.props Build aspnetcore for win-arm64 (#19317) 2020-04-27 00:34:47 -07:00
Tools.props [master] Update dependencies from 3 repositories (#13548) 2019-09-18 19:15:49 +00:00
Version.Details.xml [master] Update dependencies from dotnet/aspnetcore-tooling (#22076) 2020-05-22 01:57:56 +00:00
Versions.props [master] Update dependencies from dotnet/aspnetcore-tooling (#22076) 2020-05-22 01:57:56 +00:00
Workarounds.props Update links from aspnet/AspNetCore-Internal -> dotnet/aspnetcore-internal (#18540) 2020-01-23 12:21:06 -08:00
Workarounds.targets [master] Update dependencies from dotnet/arcade dotnet/aspnetcore-tooling (#21630) 2020-05-15 00:17:02 +00:00
WorkaroundsImported.targets
configure-toolset.ps1
configure-toolset.sh nit: Mark shell scripts as executable 2020-03-25 11:04:25 -07:00
empty.proj Use stages pipeline (#13040) 2019-09-10 20:43:24 -07:00
sdl-tsa-vars.config [release/3.1] Move SDL validation to ringed release (#21153) 2020-05-13 12:35:53 -07:00