Skip to content

Commit e544b40

Browse files
authored
Fixes the upload script to purge the CDN correctly and display success output. (#466) (#497)
1 parent b414e34 commit e544b40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/msi/uploadrelease.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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" />

0 commit comments

Comments
 (0)