aspnetcore/eng/targets
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
..
CSharp.Common.props
CSharp.Common.targets Update to latest SDK (#25421) 2020-09-10 15:12:17 -07:00
Cpp.Common.props
Cpp.Common.targets
FSharp.Common.targets
FunctionalTestAsset.targets
FunctionalTestWithAssets.targets
GetRazorSDKDirectory.props
Helix.Common.props Add Windows.10.Amd64.Server20H1.Open helix queue (#25627) 2020-09-10 19:36:42 -07:00
Helix.props
Helix.targets Correct `$(SharedFxVersion)` and `$(TargetingPackVersion)` values (#25790) 2020-09-11 19:17:28 -07:00
Java.Common.props Add incremental build and project references to java projects (#25707) 2020-09-08 16:30:18 -07:00
Java.Common.targets Add incremental build and project references to java projects (#25707) 2020-09-08 16:30:18 -07:00
MicroBuild.Plugin.props
Npm.Common.props
Npm.Common.targets
Packaging.targets
ResolveIisReferences.targets
ResolveReferences.targets
Wix.Common.props Enable ARM64 installers build. (#25579) 2020-09-10 10:59:37 -07:00
Wix.Common.targets