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 8
8
<DownloadUrlBase Condition =" '$(DownloadUrlBase)' == ''" >$(TARGET)</DownloadUrlBase >
9
9
<DownloadUrlBase Condition =" '$(DownloadUrlBase)' == ''" >/srv/www.python.org/ftp/python</DownloadUrlBase >
10
10
<IncludeDoc Condition =" '$(IncludeDoc)' == ''" >true</IncludeDoc >
11
+ <BuildForRelease Condition =" '$(BuildForRelease)' == ''" >true</BuildForRelease >
11
12
<DryRun Condition =" '$(DryRun)' == ''" >false</DryRun >
12
13
<Purge Condition =" '$(Purge)' == ''" >false</Purge >
13
14
</PropertyGroup >
@@ -91,6 +92,7 @@ echo." />
91
92
<RemoveDir Directories =" %(WebInstaller.LayoutDir)" />
92
93
<RemoveDir Directories =" %(WebInstaller.SourceDir)" />
93
94
<RemoveDir Directories =" %(WebInstaller.LogDir)" />
95
+ <Message Text =" Successfully downloaded %(WebInstaller.Filename)%(WebInstaller.Extension) layout" Importance =" high" />
94
96
</Target >
95
97
96
98
<Target Name =" Upload" DependsOnTargets =" _ValidateProperties;_RunGpg;_PrintNames;_Upload;_Purge" />
You can’t perform that action at this time.
0 commit comments