Skip to content

Commit

Permalink
Put property in a property group, not an item group, duh
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossanlop committed Feb 16, 2024
1 parent 1d649ae commit 1d2b925
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/libraries/sendtohelixhelp.proj
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,15 @@
<Destination>sos</Destination>
<Uri>https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/flat2/dotnet-sos/$(DotnetSosVersion)/dotnet-sos.$(DotnetSosVersion).nupkg</Uri>
</HelixCorrelationPayload>
</ItemGroup>

<PropertyGroup>
<HelixPreCommands Condition="'$(TargetOS)' == 'windows'">
$(HelixPreCommands);
set _NT_SYMBOL_PATH=%25HELIX_CORRELATION_PAYLOAD%25;
dotnet %25HELIX_CORRELATION_PAYLOAD%25\sos\tools\net$(DotnetSosTargetFrameworkVersion)\any\dotnet-sos.dll install --architecture $(TargetArchitecture)
</HelixPreCommands>
</ItemGroup>
</PropertyGroup>

<!--
Create all the Helix data to start a set of jobs. Create a set of work items, one for each libraries
Expand Down

0 comments on commit 1d2b925

Please sign in to comment.