File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 88 <DownloadUrlBase Condition =" '$(DownloadUrlBase)' == ''" >$(TARGET)</DownloadUrlBase >
99 <DownloadUrlBase Condition =" '$(DownloadUrlBase)' == ''" >/srv/www.python.org/ftp/python</DownloadUrlBase >
1010 <IncludeDoc Condition =" '$(IncludeDoc)' == ''" >true</IncludeDoc >
11+ <BuildForRelease Condition =" '$(BuildForRelease)' == ''" >true</BuildForRelease >
1112 <DryRun Condition =" '$(DryRun)' == ''" >false</DryRun >
1213 <Purge Condition =" '$(Purge)' == ''" >false</Purge >
1314 </PropertyGroup >
@@ -91,6 +92,7 @@ echo." />
9192 <RemoveDir Directories =" %(WebInstaller.LayoutDir)" />
9293 <RemoveDir Directories =" %(WebInstaller.SourceDir)" />
9394 <RemoveDir Directories =" %(WebInstaller.LogDir)" />
95+ <Message Text =" Successfully downloaded %(WebInstaller.Filename)%(WebInstaller.Extension) layout" Importance =" high" />
9496 </Target >
9597
9698 <Target Name =" Upload" DependsOnTargets =" _ValidateProperties;_RunGpg;_PrintNames;_Upload;_Purge" />
You can’t perform that action at this time.
0 commit comments