Skip to content

Conversation

@dougbu
Copy link
Contributor

@dougbu dougbu commented May 8, 2020

  • move dotnet tools into .dotnet/
    • add dotnet tools to $PATH
  • install jq in .tools/
  • install nginx in .tools/nginx

@dougbu dougbu requested review from a team, BrennanConroy and Tratcher May 8, 2020 22:14
@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label May 8, 2020
@dougbu
Copy link
Contributor Author

dougbu commented May 9, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@dougbu dougbu force-pushed the dougbu/add.DOTNET_CLI_HOME.II branch from 9cf3936 to 0fd4df3 Compare May 10, 2020 05:56
@dougbu dougbu marked this pull request as ready for review May 11, 2020 00:32
@dougbu dougbu force-pushed the dougbu/add.DOTNET_CLI_HOME.II branch 6 times, most recently from 6a83e0a to 8f98e95 Compare May 16, 2020 00:07
@dougbu dougbu force-pushed the dougbu/add.DOTNET_CLI_HOME.II branch 3 times, most recently from 95bcbdd to 6615322 Compare May 20, 2020 23:05
dougbu added 2 commits May 21, 2020 21:34
- 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
…ings 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
@dougbu dougbu force-pushed the dougbu/add.DOTNET_CLI_HOME.II branch from 6615322 to 81760d6 Compare May 22, 2020 04:34
@dougbu
Copy link
Contributor Author

dougbu commented May 22, 2020

@JunTaoLuo I changed this PR significantly since your review. I also added a commit avoiding some of the warnings that happen in every build. Please review again.

/cc @dotnet/aspnet-build

Copy link
Contributor

@JunTaoLuo JunTaoLuo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just a couple none blocking questions

@dougbu
Copy link
Contributor Author

dougbu commented May 22, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@dougbu dougbu merged commit 54e2820 into master May 22, 2020
@dougbu dougbu deleted the dougbu/add.DOTNET_CLI_HOME.II branch May 22, 2020 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants