File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
src/Framework/App.Runtime/src Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 2727 <PropertyGroup >
2828 <!-- Use the BrowserDebugHost as a sentinel for the nonshipping version for .NETCoreApp -->
2929 <DotNetRuntimeArchiveFileName >dotnet-runtime-$(MicrosoftNETCoreAppRefVersion)-$(TargetRuntimeIdentifier).$(ArchiveFormat)</DotNetRuntimeArchiveFileName >
30- <DotNetRuntimeArchiveFileName Condition =" '$(PgoInstrument)' == 'true'" >dotnet-runtime-pgo-$(MicrosoftNETCoreAppRefVersion)-$(TargetRuntimeIdentifier)$(ArchiveExtension)</DotNetRuntimeArchiveFileName >
3130 <DotNetRuntimeDownloadPath >Runtime/$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)/$(DotNetRuntimeArchiveFileName)</DotNetRuntimeDownloadPath >
3231 <DotNetRuntimeArchive >$(BaseIntermediateOutputPath)$(DotNetRuntimeArchiveFileName)</DotNetRuntimeArchive >
3332 </PropertyGroup >
Original file line number Diff line number Diff line change 3030 <PropertyGroup >
3131 <!-- Use the Microsoft.Internal.Runtime.AspNetCore.Transport package as a sentinel for the nonshipping version for .NETCoreApp -->
3232 <DotNetRuntimeArchiveFileName >dotnet-runtime-$(MicrosoftNETCoreAppRefVersion)-$(TargetRuntimeIdentifier).$(ArchiveFormat)</DotNetRuntimeArchiveFileName >
33- <DotNetRuntimeArchiveFileName Condition =" '$(PgoInstrument)' == 'true'" >dotnet-runtime-pgo-$(MicrosoftNETCoreAppRefVersion)-$(TargetRuntimeIdentifier)$(ArchiveExtension)</DotNetRuntimeArchiveFileName >
3433 <DotNetRuntimeDownloadPath >Runtime/$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)/$(DotNetRuntimeArchiveFileName)</DotNetRuntimeDownloadPath >
3534 <DotNetRuntimeArchive >$(BaseIntermediateOutputPath)$(DotNetRuntimeArchiveFileName)</DotNetRuntimeArchive >
3635 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments