aspnetcore/eng/helix/content
Doug Bunting 326507bb01
Correct `$(SharedFxVersion)` and `$(TargetingPackVersion)` values (#25790)
* Correct `$(SharedFxVersion)` and `$(TargetingPackVersion)` values
- Ensure `$(SharedFxVersion)` doesn't change in `$(NoSemVer20)` projects
- Ignore current project's `$(VersionSuffix)` in `$(TargetingPackVersion)`
    - Never assume `$(AspNetCoreBaselineVersion)` matches released targeting pack
- Stabilize both versions correctly
- Use these properties more widely
    - Remove other mechanisms to get the same values
    - Reduce use of the `_GetPackageVersionInfo` target
    - Reduce use of `$(SharedFxVersion)` for the targeting pack

nits:
- Correct comments about old RTMVersions.csproj project
- Fix or remove a few other comments

* Do not pass package filenames on Helix command Lines
- remove parsing of these command-line arguments from `RuntestOptions`
  - instead craft the names using passed `$(SharedFxVersion)`
- restore `$(DotNetRuntimeSourceFeedKey)` on Helix command line
  - lost somewhere along the line
- correct argument count in runtests.sh
  - treated 11th argument as both Helix timeout and feed credential
  - count was messed up somewhere alone the line

nits:
- update C# syntax in `RuntestOptions` e.g. remove unused `public` setters
- sort and group properties and their assignments
2020-09-11 19:17:28 -07:00
..
RunTests Correct `$(SharedFxVersion)` and `$(TargetingPackVersion)` values (#25790) 2020-09-11 19:17:28 -07:00
mssql
InstallJdk.ps1
InstallNode.ps1
README.md
RunPowershell.cmd
default.NuGet.config
default.runner.json
installjdk.sh
installnode.sh
runtests.cmd Correct `$(SharedFxVersion)` and `$(TargetingPackVersion)` values (#25790) 2020-09-11 19:17:28 -07:00
runtests.sh Correct `$(SharedFxVersion)` and `$(TargetingPackVersion)` values (#25790) 2020-09-11 19:17:28 -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.