File tree 3 files changed +3
-3
lines changed
src/package/Microsoft.TestPlatform
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
is trying to parse that version and will consider any version with more than 4 `.` in it as invalid.
9
9
-->
10
10
<SemanticVersioningV1 >true</SemanticVersioningV1 >
11
- <VersionPrefix >17.7.1 </VersionPrefix >
11
+ <VersionPrefix >17.7.2 </VersionPrefix >
12
12
<PreReleaseVersionLabel >release</PreReleaseVersionLabel >
13
13
</PropertyGroup >
14
14
<PropertyGroup Label =" Arcade settings" >
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) {
263
263
if (! (Test-Path $installScript )) {
264
264
Create- Directory $dotnetRoot
265
265
$ProgressPreference = ' SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit
266
- $uri = " https://dotnet.microsoft .com/download/ dotnet/scripts/$dotnetInstallScriptVersion /dotnet-install.ps1"
266
+ $uri = " https://raw.githubusercontent .com/dotnet/install- scripts/main/src /dotnet-install.ps1"
267
267
268
268
Retry({
269
269
Write-Host " GET $uri "
Original file line number Diff line number Diff line change 91
91
<ItemGroup >
92
92
<MicrosoftCodeCoverageInstrumentationFiles Include =" $(PkgMicrosoft_CodeCoverage_Instrumentation)\runtimes\win\native\*" ></MicrosoftCodeCoverageInstrumentationFiles >
93
93
<MicrosoftCodeCoverageIOFiles Include =" $(PkgMicrosoft_CodeCoverage_IO)\lib\netstandard2.0\**\*" ></MicrosoftCodeCoverageIOFiles >
94
- <MicrosoftExtensionsDependencyModelFiles Include =" $(PkgMicrosoft_Extensions_DependencyModel)\lib\netstandard2.0 \*" ></MicrosoftExtensionsDependencyModelFiles >
94
+ <MicrosoftExtensionsDependencyModelFiles Include =" $(PkgMicrosoft_Extensions_DependencyModel)\lib\net451 \*" ></MicrosoftExtensionsDependencyModelFiles >
95
95
<MicrosoftExtensionsFileSystemGlobbingFiles Include =" $(PkgMicrosoft_Extensions_FileSystemGlobbing)\lib\netstandard2.0\*" ></MicrosoftExtensionsFileSystemGlobbingFiles >
96
96
<PlatformAbstractionsDepsJsonFiles Include =" ..\..\Microsoft.TestPlatform.PlatformAbstractions\bin\$(Configuration)\$(TargetFramework)\*.deps.json" ></PlatformAbstractionsDepsJsonFiles >
97
97
<PackageDepsJsonFiles Include =" ..\..\Microsoft.TestPlatform.PlatformAbstractions\bin\$(Configuration)\$(TargetFramework)\*.deps.json" ></PackageDepsJsonFiles >
You can’t perform that action at this time.
0 commit comments