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 Use BlazorWebAssemblySDK (#24371) 2020-08-11 17:29:01 +00:00
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 Add gRPC interop tests (again) (#20069) 2020-03-23 13:29:50 -07:00
FunctionalTestWithAssets.targets Add gRPC interop tests (again) (#20069) 2020-03-23 13:29:50 -07:00
GetRazorSDKDirectory.props Consolidate RazorSdkDirectory logic (#22836) 2020-06-15 09:08:13 -07:00
Helix.Common.props Add Windows.10.Amd64.Server20H1.Open helix queue (#25627) 2020-09-10 19:36:42 -07:00
Helix.props Do not use `$(AppRuntimeVersion)` or NETCore version for shared Fx in Helix runs (#25477) 2020-08-31 21:40:02 -07:00
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 Use IgnoreStandardErrorWarningFormat more extensively in Npm.Common.targets (#24682) 2020-08-07 15:20:12 -07:00
Npm.Common.targets Remove requirements for VS 16.7 2020-08-10 10:33:24 -07:00
Packaging.targets Remove requirements for VS 16.7 2020-08-10 10:33:24 -07:00
ResolveIisReferences.targets Build primarily with `dotnet msbuild` (#22017) 2020-05-29 19:02:03 -07:00
ResolveReferences.targets [release/5.0] Correct baseline checks (#25227) 2020-08-28 09:53:20 -07:00
Wix.Common.props Enable ARM64 installers build. (#25579) 2020-09-10 10:59:37 -07:00
Wix.Common.targets