aspnetcore/eng/helix/content
Doug Bunting 12f92dbc8c
Eliminate duplicates in Helix `TestRunner` (#25663)
* Eliminate duplicates in Helix `TestRunner`
- do not add source that's already in NuGet.config
  - configuration file now part of Helix content
- do not re-set an env variable that's set in `runtests.*`

nit: simplify `%Path% setting in runtests.cmd
- always quote the value
- but, keep the `SETLOCAL` command
  - don't pollute environment on Helix agents

* Remove `--source` options we don't need anymore from `runtests.*`
- nit: add `--no-restore` to `dotnet run` command after `dotnet restore`

* Add `--arch arm64` to ARM64 `restore` build steps
- #25397
- was restoring for the wrong architecture

nit: add `--no-restore` to Helix project build steps
- already restored
2020-09-09 11:58:05 -07:00
..
RunTests Eliminate duplicates in Helix `TestRunner` (#25663) 2020-09-09 11:58:05 -07:00
mssql Better retries (#22898) 2020-06-16 23:17:11 -07:00
InstallJdk.ps1 Better retries (#22898) 2020-06-16 23:17:11 -07:00
InstallNode.ps1 Better retries (#22898) 2020-06-16 23:17:11 -07:00
README.md
RunPowershell.cmd
default.NuGet.config
default.runner.json
installjdk.sh Use 5 retries in curl (#23112) 2020-06-18 19:01:01 -07:00
installnode.sh Use 5 retries in curl (#23112) 2020-06-18 19:01:01 -07:00
runtests.cmd Eliminate duplicates in Helix `TestRunner` (#25663) 2020-09-09 11:58:05 -07:00
runtests.sh Eliminate duplicates in Helix `TestRunner` (#25663) 2020-09-09 11:58:05 -07:00

README.md

Helix content

The content of this folder is included in the test payload for each Helix work item. The code here is mean to be used alongside test binaries.