diff --git a/Documentation/building/testing-with-corefx.md b/Documentation/building/testing-with-corefx.md index b7e55275a7f78..b2c7d4d21df44 100644 --- a/Documentation/building/testing-with-corefx.md +++ b/Documentation/building/testing-with-corefx.md @@ -155,10 +155,10 @@ For Linux and macOS: The published tests are summarized in a `corefx-test-assets.xml` file that lives here: ``` -https://dotnetfeed.blob.core.windows.net/dotnet-core/corefx-tests/$(MicrosoftPrivateCoreFxNETCoreAppVersion)/$(__BuildOS).$(__BuildArch)/$(_TargetGroup)/corefx-test-assets.xml +https://dotnetfeed.blob.core.windows.net/dotnet-core/corefx-tests/$(MicrosoftPrivateCoreFxNETCoreAppPackageVersion)/$(__BuildOS).$(__BuildArch)/$(_TargetGroup)/corefx-test-assets.xml ``` -where `MicrosoftPrivateCoreFxNETCoreAppVersion` is defined in `eng\Versions.props`. For example: +where `MicrosoftPrivateCoreFxNETCoreAppPackageVersion` is defined in `eng\Versions.props`. For example: ``` https://dotnetfeed.blob.core.windows.net/dotnet-core/corefx-tests/4.6.0-preview8.19326.15/Linux.arm64/netcoreapp/corefx-test-assets.xml diff --git a/eng/Versions.props b/eng/Versions.props index a6c7604f97b7f..7920d297b8295 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ 2.5.1-beta.19278.1 1.0.0-beta.19463.3 - 5.0.0-alpha1.19515.14 + 5.0.0-alpha1.19515.14 5.0.0-alpha1.19515.14 1.0.0-preview7.19326.2 diff --git a/eng/helixcorefxtests.proj b/eng/helixcorefxtests.proj index b335ab42a4297..923c7776ce7a9 100644 --- a/eng/helixcorefxtests.proj +++ b/eng/helixcorefxtests.proj @@ -195,7 +195,7 @@ <_TargetGroup>netcoreapp - <_AssetManifestPath>$(TestAssetBlobFeedUrl)/corefx-tests/$(MicrosoftPrivateCoreFxNETCoreAppVersion)/$(__BuildOS).$(__BuildArch)/$(_TargetGroup)/corefx-test-assets.xml + <_AssetManifestPath>$(TestAssetBlobFeedUrl)/corefx-tests/$(MicrosoftPrivateCoreFxNETCoreAppPackageVersion)/$(__BuildOS).$(__BuildArch)/$(_TargetGroup)/corefx-test-assets.xml diff --git a/tests/src/Common/CoreFX/CoreFX.csproj b/tests/src/Common/CoreFX/CoreFX.csproj index 80a5b268488ad..02c14daa1c5c9 100644 --- a/tests/src/Common/CoreFX/CoreFX.csproj +++ b/tests/src/Common/CoreFX/CoreFX.csproj @@ -29,7 +29,7 @@ - + diff --git a/tests/src/Common/test_dependencies/test_dependencies.csproj b/tests/src/Common/test_dependencies/test_dependencies.csproj index 795e033fbc8fe..6da41cfeadf32 100644 --- a/tests/src/Common/test_dependencies/test_dependencies.csproj +++ b/tests/src/Common/test_dependencies/test_dependencies.csproj @@ -9,12 +9,12 @@ win-arm;win-arm64;win-x64;win-x86;$(TargetRid) - - - - - - + + + + + + diff --git a/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj b/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj index c8ac76c7ac124..f43122e5fdd5b 100644 --- a/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj +++ b/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj @@ -25,7 +25,7 @@ - $(MicrosoftPrivateCoreFxNETCoreAppVersion) + $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) diff --git a/tests/src/JIT/config/benchmark+intrinsic/benchmark+intrinsic.csproj b/tests/src/JIT/config/benchmark+intrinsic/benchmark+intrinsic.csproj index 4eb81d9bd4f12..a890f89f41316 100644 --- a/tests/src/JIT/config/benchmark+intrinsic/benchmark+intrinsic.csproj +++ b/tests/src/JIT/config/benchmark+intrinsic/benchmark+intrinsic.csproj @@ -11,10 +11,10 @@ - $(MicrosoftPrivateCoreFxNETCoreAppVersion) + $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) - $(MicrosoftPrivateCoreFxNETCoreAppVersion) + $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) diff --git a/tests/src/JIT/config/benchmark/benchmark.csproj b/tests/src/JIT/config/benchmark/benchmark.csproj index b4b2b6427aed3..530c44846eb8b 100644 --- a/tests/src/JIT/config/benchmark/benchmark.csproj +++ b/tests/src/JIT/config/benchmark/benchmark.csproj @@ -56,13 +56,13 @@ 4.4.0-beta-24913-02 - $(MicrosoftPrivateCoreFxNETCoreAppVersion) + $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) 4.4.0-beta-24913-02 - $(MicrosoftPrivateCoreFxNETCoreAppVersion) + $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) 4.4.0-beta-24913-02 diff --git a/tests/src/performance/performance.csproj b/tests/src/performance/performance.csproj index 684a39863103f..fd937a1bb4534 100644 --- a/tests/src/performance/performance.csproj +++ b/tests/src/performance/performance.csproj @@ -48,7 +48,7 @@ 4.4.0-beta-24913-02 - $(MicrosoftPrivateCoreFxNETCoreAppVersion) + $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) 4.4.0-beta-24913-02