Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 276449a

Browse files
committed
Ensure CoreCLR Package version overwrite works correctly in test build
1 parent 9e9bfd7 commit 276449a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<PropertyGroup Condition="'$(OverwriteCoreClrPackageVersion)' == 'true'">
114114
<VersionToRestore Condition="'$(StableVersion)' != ''">$(StableVersion)</VersionToRestore>
115115
<VersionToRestore Condition="'$(VersionToRestore)' == ''">$(PackageVersion)-$(PreReleaseLabel)-$(BuildNumberMajor)-$(BuildNumberMinor)</VersionToRestore>
116-
<PackageVersionArg>/p:CoreClrPackageVersion=$(VersionToRestore)</PackageVersionArg>
116+
<PackageVersionArg>/p:MicrosoftNETCoreRuntimeCoreCLRPackageVersion=$(VersionToRestore)</PackageVersionArg>
117117
</PropertyGroup>
118118

119119
<!-- Which tests shall we build? Default: Priority 0 tests.

0 commit comments

Comments
 (0)