Skip to content

Commit

Permalink
Pass host and target package names in msbuild task
Browse files Browse the repository at this point in the history
Alternative fix for #103497
  • Loading branch information
am11 committed Jun 15, 2024
1 parent 3830752 commit e42d1ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/Subsets.props
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@
HostCrossOS=$(HostOS);
HostOS=$(HostOS);
TargetOS=$(TargetOS);
_hostPackageName=$(_hostPackageName);
_targetPackageName=$(_targetPackageName);
PgoInstrument=false;
NoPgoOptimize=true;
CrossBuild=false;
Expand Down

0 comments on commit e42d1ab

Please sign in to comment.