Skip to content

Commit b1e2a54

Browse files
committed
Remove signing from Jenkins MSI pipeline
(cherry picked from commit 08415a98f693b3b7c2de693dc107659e1353cf53)
1 parent a8f2655 commit b1e2a54

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

scripts/ci/pipeline/win-package.groovy

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,6 @@ try {
8686
}
8787
}
8888

89-
if (isReleaseJob) {
90-
stage("Signing") {
91-
timeout(time: 30, unit: 'MINUTES') {
92-
// waits until the signing job posts completion signal to this pipeline input
93-
input id: 'FinishedSigning', message: 'Waiting for signing to finish (please be patient)...', submitter: 'monojenkins'
94-
echo "Signing done."
95-
}
96-
}
97-
}
98-
else {
99-
echo "Not a release job, skipping signing."
100-
}
101-
10289
def packageUrlX86 = "https://xamjenkinsartifact.azureedge.net/${jobName}/${monoBranch}/${env.BUILD_NUMBER}/${commitHash}/unsigned/${packageFileNameX86}"
10390
def packageUrlX64 = "https://xamjenkinsartifact.azureedge.net/${jobName}/${monoBranch}/${env.BUILD_NUMBER}/${commitHash}/unsigned/${packageFileNameX64}";
10491

0 commit comments

Comments
 (0)