File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 69
69
{RawFileName};
70
70
</AssemblySearchPaths >
71
71
72
+ <!-- https://github.com/dotnet/roslyn/issues/21183 -->
73
+ <ImplicitlyExpandNETStandardFacades >false</ImplicitlyExpandNETStandardFacades >
74
+
72
75
<RoslynNetSdkRootPath >$(MSBuildSDKsPath)\Microsoft.NET.Sdk\Sdk\</RoslynNetSdkRootPath >
73
76
<RestoreProjectStyle >PackageReference</RestoreProjectStyle >
74
77
</PropertyGroup >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if ( -not $? )
12
12
exit 1
13
13
}
14
14
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
16
16
[Reflection.Assembly ]::LoadWithPartialName(' System.IO.Compression.FileSystem' ) | Out-Null
17
17
[IO.Compression.ZipFile ]::ExtractToDirectory(' cpc.zip' , $CPCLocation )
18
18
You can’t perform that action at this time.
0 commit comments