Skip to content

Commit cd2352c

Browse files
mbt1lizbaron
andauthored
Issue #75 (#79)
* removed 2008R2E, add tSQLtSnippets(SQLPrompt).zip to tSQLtAndTests artifact * Added AKV to PublishArtifactToRepo job Co-authored-by: Liz Baron <[email protected]>
1 parent 03d59f0 commit cd2352c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CI/AZ_MainPipeline.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ stages:
161161
$basePath = "$(Build.SourcesDirectory)\Build\output\";
162162
$artifactPath = ($basePath+"Artifact\");
163163
New-Item -Path $artifactPath -ItemType directory -Force
164-
$ArtifactFiles = (@("Version.txt","tSQLt.zip","tSQLt.tests.zip")|%{$basePath+$_});
164+
$ArtifactFiles = (@("Version.txt","tSQLt.zip","tSQLt.tests.zip","tSQLtSnippets(SQLPrompt).zip")|%{$basePath+$_});
165165
$ArtifactFiles|Copy-Item -Verbose -Destination $artifactPath;
166166
Set-Content -Path ($artifactPath+"CommitId.txt") -Value "$(Build.SourceVersion)"
167167
@@ -185,6 +185,11 @@ stages:
185185
persistCredentials: true
186186
path: tSQLtArtifacts
187187

188+
- task: AzureKeyVault@1
189+
inputs:
190+
azureSubscription: 'tSQLt CI Subscription(58c04a99-5b92-410c-9e41-10262f68ca80)'
191+
KeyVaultName: 'tSQLtSigningKey'
192+
188193
- task: DownloadPipelineArtifact@2
189194
name: DownloadPipelineArtifact
190195
inputs:

0 commit comments

Comments
 (0)