Skip to content

Commit

Permalink
Merge pull request #21184 from jaredpar/fix-temp2
Browse files Browse the repository at this point in the history
Fix a couple of infrastructure issues
  • Loading branch information
jaredpar authored Jul 28, 2017
2 parents e5e5e60 + a85432e commit ec1cde8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build/Targets/Settings.props
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
{RawFileName};
</AssemblySearchPaths>

<!-- https://github.com/dotnet/roslyn/issues/21183 -->
<ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>

<RoslynNetSdkRootPath>$(MSBuildSDKsPath)\Microsoft.NET.Sdk\Sdk\</RoslynNetSdkRootPath>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/run_perf.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if ( -not $? )
exit 1
}

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

Expand Down

0 comments on commit ec1cde8

Please sign in to comment.