Skip to content

Commit a1f8802

Browse files
authored
Made workaround conditional
1 parent 5d6a092 commit a1f8802

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eng/helix/helix.proj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,14 @@
4343
!temporary! e.g. https://dotnetbuilds.blob.core.windows.net/internal/Runtime/6.0.2-servicing.22060.12/dotnet-runtime-6.0.2-win-x86.zip?{token}
4444
-->
4545
<HelixCorrelationPayload Include="dotnet-cli"
46+
Condition="'$(SYSTEM_TEAMPROJECT)' == 'internal'">
4647
Destination="dotnet-cli"
4748
Uri="https://dotnetbuilds.blob.core.windows.net/internal/Runtime/$(MicrosoftNETCoreBrowserDebugHostTransportVersion)/dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-$(DotNetCliRuntime)$(ArchiveExtension)$([System.Environment]::GetEnvironmentVariable('DotNetBuildsInternalReadSasToken'))" />
49+
50+
<AdditionalDotNetPackage Include="$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
51+
Condition="'$(SYSTEM_TEAMPROJECT)' == 'internal'">
52+
<PackageType>runtime</PackageType>
53+
</AdditionalDotNetPackage>
4854
</ItemGroup>
4955

5056
<PropertyGroup Condition=" '$(ContinuousIntegrationBuild)' == 'true' ">

0 commit comments

Comments
 (0)