File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7171 value : zip
7272 - name : tarCompression
7373 value : ' '
74+ - name : exeExt
75+ value : ' .exe'
7476 - name : scriptExt
7577 value : ' .cmd'
7678 - name : dir
9193 value : tar
9294 - name : tarCompression
9395 value : gz
96+ - name : exeExt
97+ value : ' '
9498 - name : scriptExt
9599 value : ' .sh'
96100 - name : dir
Original file line number Diff line number Diff line change 6969 - name : target_crossgen2_os
7070 value : osx
7171 - name : crossgen2location
72- value : $(productDirectory)$(dir)$(targetFlavor)$(dir)crossgen2$(dir)crossgen2.dll
73- - ${{ if ne(parameters.archType, 'x64') }} :
74- - name : crossgen2location
75- value : $(productDirectory)$(dir)$(targetFlavor)$(dir)x64$(dir)crossgen2$(dir)crossgen2.dll
72+ value : $(binDirectory)$(dir)crossgen2_inbuild$(dir)$(archType)$(dir)$(buildConfigUpper)$(dir)crossgen2.dll
7673 - name : librariesProductDllDir
7774 value : $(Build.SourcesDirectory)$(dir)artifacts$(dir)bin$(dir)runtime$(dir)net10.0-$(osGroup)$(osSubgroup)-$(buildConfig)-$(archType)
7875
Original file line number Diff line number Diff line change 688688 <CrossgenCmd Condition =" '$(__CompositeBuildMode)' == ''" >$(CrossgenCmd) --crossgen2-parallelism 1</CrossgenCmd >
689689
690690 <CrossgenCmd >$(CrossgenCmd) --verify-type-and-field-layout</CrossgenCmd >
691- <CrossgenCmd Condition =" '$(RunningOnUnix)' == 'true'" >$(CrossgenCmd) --crossgen2-path "$(__BinDir)\$(BuildArchitecture)\crossgen2\crossgen2"</CrossgenCmd >
692- <CrossgenCmd Condition =" '$(RunningOnUnix)' != 'true'" >$(CrossgenCmd) --crossgen2-path "$(__BinDir)\$(BuildArchitecture)\crossgen2\crossgen2.exe"</CrossgenCmd >
691+ <CrossgenCmd >$(CrossgenCmd) --crossgen2-path "$(__BinDir)\$(BuildArchitecture)\crossgen2\crossgen2$(ExeSuffix)"</CrossgenCmd >
693692 </PropertyGroup >
694693
695694 <Message Importance =" High" Text =" $(MsgPrefix)Compiling framework using Crossgen2: $(CrossgenCmd)" />
You can’t perform that action at this time.
0 commit comments