Skip to content
Prev Previous commit
Next Next commit
Fix ProgramFilesFolder preprocessor variable usage
  • Loading branch information
ericstj committed Aug 24, 2021
commit 74dfcbeec17ddde263910e3f958a28a00e15793c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
NOT PROCESSOR_ARCHITECTURE="AMD64"
</SetProperty>
<!-- When running in x64 emulation and user hasn't specified install directory, install to an x64 subdirectory-->
<SetProperty Action="Set_DOTNETHOME_x64" Id="DOTNETHOME" Value="[$(var.ProgramFilesFolder)]dotnet\x64\" Before="CostFinalize">
<SetProperty Action="Set_DOTNETHOME_x64" Id="DOTNETHOME" Value="[$(var.Program_Files)]dotnet\x64\" Before="CostFinalize">
INSTALLING_IN_EMULATION AND NOT DOTNETHOME
</SetProperty>
</Fragment>
Expand Down