Skip to content

Commit 22fef7d

Browse files
authored
Update helix.proj
1 parent a1f8802 commit 22fef7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/helix/helix.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
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'">
46+
Condition="'$(SYSTEM_TEAMPROJECT)' == 'internal'"
4747
Destination="dotnet-cli"
4848
Uri="https://dotnetbuilds.blob.core.windows.net/internal/Runtime/$(MicrosoftNETCoreBrowserDebugHostTransportVersion)/dotnet-runtime-$(MicrosoftNETCoreAppRuntimeVersion)-$(DotNetCliRuntime)$(ArchiveExtension)$([System.Environment]::GetEnvironmentVariable('DotNetBuildsInternalReadSasToken'))" />
4949

5050
<AdditionalDotNetPackage Include="$(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
51-
Condition="'$(SYSTEM_TEAMPROJECT)' == 'internal'">
51+
Condition="'$(SYSTEM_TEAMPROJECT)' != 'internal'">
5252
<PackageType>runtime</PackageType>
5353
</AdditionalDotNetPackage>
5454
</ItemGroup>

0 commit comments

Comments
 (0)