Update release pipeline to validate build artifacts hash against current source hash (#1116)

* initial

* update password and checkout

* fix param

* pull

* print

* cd

* use build secret

* older build

* Use env var

* use old secret

* use env var

* remove debug

* remove unused secret
This commit is contained in:
Charles Gagnon
2020-11-06 17:42:30 -08:00
committed by GitHub
parent 11960fd904
commit 455d3bc975

View File

@@ -50,11 +50,11 @@ stages:
displayName: 'PowerShell Script'
inputs:
filePath: '$(System.DefaultWorkingDirectory)/CrossPlatBuildScripts/AutomatedReleases/sqltoolsserviceRelease.ps1'
arguments: '-workspace $(System.DefaultWorkingDirectory)/sqltoolsservice -minTag v3.0.0.0 -target main -tagFormat release'
arguments: '-workspace $(System.DefaultWorkingDirectory)/sqltoolsservice -minTag v3.0.0.0 -target main -tagFormat release -isPrerelease $false -artifactsBuildId $(Build.TriggeredBy.BuildId)'
workingDirectory: '$(System.DefaultWorkingDirectory)/sqltoolsservice'
env:
GITHUB_DISTRO_MIXIN_PASSWORD: $(github-distro-mixin-password)
ADO_CROSSPLATBUILDSCRIPTS_PASSWORD: $(ado-crossplatbuildscripts-password)
trigger: none
pr: none