aspnetcore/.azure/pipelines
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
..
jobs Avoid changing global state in CI runs II (#21643) 2020-05-22 13:56:47 -07:00
tools
benchmarks.yml [master] Update dependencies from dotnet/arcade dotnet/aspnetcore-tooling (#21630) 2020-05-15 00:17:02 +00:00
ci.yml Avoid changing global state in CI runs II (#21643) 2020-05-22 13:56:47 -07:00
devBuilds.yml A quick collection of quick fixes (#20993) 2020-04-25 18:39:19 -07:00
quarantined-tests.yml A quick collection of quick fixes (#20993) 2020-04-25 18:39:19 -07:00
signalr-daily-tests.yml
stress.yml