summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-07-13 10:10:33 (GMT)
committerSteve Dower <steve.dower@python.org>2019-07-13 10:10:33 (GMT)
commit12f3312aa20b8012659ad47f636931d983c04cc9 (patch)
treec1bfce2be6a42d56e88dccdcc6a9464e945a1849 /Tools
parent25d371ab74b9413231b2e8ea47be0fa49a04136d (diff)
downloadcpython-12f3312aa20b8012659ad47f636931d983c04cc9.zip
cpython-12f3312aa20b8012659ad47f636931d983c04cc9.tar.gz
cpython-12f3312aa20b8012659ad47f636931d983c04cc9.tar.bz2
Enable publish of Windows releases through Azure Pipelines (GH-14720)
(cherry picked from commit 994a3b88dca852696351358e2743313e546b5ecf) Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/uploadrelease.ps11
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/msi/uploadrelease.ps1 b/Tools/msi/uploadrelease.ps1
index b6fbeea..469a968 100644
--- a/Tools/msi/uploadrelease.ps1
+++ b/Tools/msi/uploadrelease.ps1
@@ -164,5 +164,4 @@ if (-not $skiphash) {
Out-String -Width 4096
$hashes | clip
$hashes
- popd
}