Merge pull request dotnet/aspnetcore-tooling#1154 from dotnet-maestro-bot/merge/release/3.1-to-master
[automated] Merge branch 'release/3.1' => 'master'\n\nCommit migrated from 04146ad860
This commit is contained in:
commit
228f8f878a
|
|
@ -159,7 +159,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
|
||||||
.GetCustomAttributes<AssemblyMetadataAttribute>();
|
.GetCustomAttributes<AssemblyMetadataAttribute>();
|
||||||
|
|
||||||
var procDumpPath = metadataAttributes
|
var procDumpPath = metadataAttributes
|
||||||
.SingleOrDefault(ama => ama.Key == "ProcDumpPath")?.Value;
|
.SingleOrDefault(ama => ama.Key == "ProcDumpToolPath")?.Value;
|
||||||
|
|
||||||
if (string.IsNullOrEmpty(procDumpPath))
|
if (string.IsNullOrEmpty(procDumpPath))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
|
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
|
||||||
<_Parameter1>ArtifactsLogDir</_Parameter1>
|
<_Parameter1>ArtifactsLogDir</_Parameter1>
|
||||||
<_Parameter2>$([MSBuild]::NormalizeDirectory('$(ArtifactsDir)', 'log', '$(_BuildConfiguration)'))</_Parameter2>
|
<_Parameter2>$([MSBuild]::NormalizeDirectory('$(ArtifactsDir)', 'log', '$(_BuildConfig)'))</_Parameter2>
|
||||||
</AssemblyAttribute>
|
</AssemblyAttribute>
|
||||||
|
|
||||||
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
|
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
|
||||||
|
|
@ -123,7 +123,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="EnsureLogFolder" AfterTargets="Build">
|
<Target Name="EnsureLogFolder" AfterTargets="Build">
|
||||||
<MakeDir Directories="$([MSBuild]::NormalizeDirectory('$(ArtifactsDir)', 'log', '$(_BuildConfiguration)'))" />
|
<MakeDir Directories="$([MSBuild]::NormalizeDirectory('$(ArtifactsDir)', 'log', '$(_BuildConfig)'))" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue