@@ -71,6 +71,13 @@ steps:
7171 artifactName : tcltk_lib_amd64
7272 targetPath : $(Build.BinariesDirectory)\tcltk_lib_amd64
7373
74+ - task : DownloadPipelineArtifact@1
75+ displayName : ' Download artifact: tcltk_lib_arm64'
76+ condition : and(succeeded(), eq(variables['PublishARM64'], 'true'))
77+ inputs :
78+ artifactName : tcltk_lib_arm64
79+ targetPath : $(Build.BinariesDirectory)\tcltk_lib_arm64
80+
7481 - powershell : |
7582 copy $(Build.BinariesDirectory)\amd64\Activate.ps1 Lib\venv\scripts\common\Activate.ps1 -Force
7683 displayName: 'Copy signed files into sources'
@@ -107,7 +114,6 @@ steps:
107114 PYTHONHOME: $(Build.SourcesDirectory)
108115 TclTkLibraryDir: $(Build.BinariesDirectory)\tcltk_lib_win32
109116 BuildForRelease: true
110- SuppressMinGWLib: true
111117
112118 - script : |
113119 %MSBUILD% Tools\msi\bundle\releaselocal.wixproj /t:Rebuild /p:RebuildAll=true
@@ -120,7 +126,6 @@ steps:
120126 PYTHONHOME: $(Build.SourcesDirectory)
121127 TclTkLibraryDir: $(Build.BinariesDirectory)\tcltk_lib_amd64
122128 BuildForRelease: true
123- SuppressMinGWLib: true
124129
125130 - script : |
126131 %MSBUILD% Tools\msi\bundle\releaselocal.wixproj /t:Rebuild /p:RebuildAll=true
@@ -132,8 +137,8 @@ steps:
132137 PYTHON: $(Build.BinariesDirectory)\win32\python.exe
133138 PythonForBuild: $(Build.BinariesDirectory)\win32\python.exe
134139 PYTHONHOME: $(Build.SourcesDirectory)
140+ TclTkLibraryDir: $(Build.BinariesDirectory)\tcltk_lib_arm64
135141 BuildForRelease: true
136- SuppressMinGWLib: true
137142
138143 - task : CopyFiles@2
139144 displayName : ' Assemble artifact: msi (win32)'
0 commit comments