Skip to content

Commit ec1cde8

Browse files
authored
Merge pull request #21184 from jaredpar/fix-temp2
Fix a couple of infrastructure issues
2 parents e5e5e60 + a85432e commit ec1cde8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build/Targets/Settings.props

+3
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
{RawFileName};
7070
</AssemblySearchPaths>
7171

72+
<!-- https://github.com/dotnet/roslyn/issues/21183 -->
73+
<ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
74+
7275
<RoslynNetSdkRootPath>$(MSBuildSDKsPath)\Microsoft.NET.Sdk\Sdk\</RoslynNetSdkRootPath>
7376
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
7477
</PropertyGroup>

build/scripts/run_perf.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if ( -not $? )
1212
exit 1
1313
}
1414

15-
Invoke-WebRequest -Uri http://dotnetci.blob.core.windows.net/roslyn-perf/cpc.zip -OutFile cpc.zip
15+
Invoke-WebRequest -Uri http://dotnetci.blob.core.windows.net/roslyn-perf/cpc.zip -OutFile cpc.zip -UseBasicParsing
1616
[Reflection.Assembly]::LoadWithPartialName('System.IO.Compression.FileSystem') | Out-Null
1717
[IO.Compression.ZipFile]::ExtractToDirectory('cpc.zip', $CPCLocation)
1818

0 commit comments

Comments
 (0)