File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/Framework/App.Runtime/src Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 253
253
254
254
<!-- Try various places to find the runtime. It's either released (use official version),
255
255
public but un-released (use dotnetbuilds/public), or internal and unreleased (use dotnetbuilds/internal) -->
256
- <ItemGroup Condition =" '$(DotNetBuild) ' != 'true'" >
256
+ <ItemGroup Condition =" '$(DotNetBuild)' != 'true'" >
257
257
<RemoteAssetBaseURL Include =" $(OfficialBaseURL)" />
258
258
<RemoteAssetBaseURL Include =" $(PublicBaseURL)" />
259
259
<!-- Include the token here as we'll generate the URLs to download based on this item group. -->
Original file line number Diff line number Diff line change @@ -30,8 +30,9 @@ This package is an internal implementation of the .NET Core SDK and is not meant
30
30
<!-- Target framework is not appended to this because native assets do not have a target framework. -->
31
31
<NativeAssetsPackagePath >runtimes/$(RuntimeIdentifier)/native/</NativeAssetsPackagePath >
32
32
33
- <!-- Use the BrowserDebugHost as a sentinel for the nonshipping version for .NETCoreApp -->
33
+ <!-- Use the Runtime.AspNetCore.Transport package as a sentinel for the nonshipping version for .NETCoreApp -->
34
34
<DotNetRuntimeArchiveFileName >dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-$(TargetRuntimeIdentifier)$(ArchiveExtension)</DotNetRuntimeArchiveFileName >
35
+ <DotNetRuntimeArchiveFileName Condition =" '$(PgoInstrument)' == 'true'" >dotnet-runtime-pgo-$(MicrosoftNETCoreAppRuntimeVersion)-$(TargetRuntimeIdentifier)$(ArchiveExtension)</DotNetRuntimeArchiveFileName >
35
36
<DotNetRuntimeDownloadPath >Runtime/$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)/$(DotNetRuntimeArchiveFileName)</DotNetRuntimeDownloadPath >
36
37
<DotNetRuntimeArchive >$(BaseIntermediateOutputPath)$(DotNetRuntimeArchiveFileName)</DotNetRuntimeArchive >
37
38
You can’t perform that action at this time.
0 commit comments