File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727/tSQLtCLR /OfficialSigningKey /KeyInfo.txt
2828/tSQLtCLR /OfficialSigningKey /KeyInfoC.txt
2929
30+ .vscode /settings.json
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ variables:
5050 value : $(Pipeline.Workspace)\$(TSQLT_REPO_DIR)\Build\output\tSQLt\public
5151 - name : TSQLT_VALIDATION_ARTIFACT_DIR
5252 value : $(Pipeline.Workspace)\$(TSQLT_REPO_DIR)\Build\output\tSQLt\validation
53+ - name : TSQLT_TEST_RESULTS_ARTIFACT_DIR
54+ value : $(Pipeline.Workspace)\$(TSQLT_REPO_DIR)\Build\output\tSQLt\validation\TestResults
5355 - name : SQLCMDPath
5456# value: 'C:\Program Files\Microsoft SQL Server\110\Tools\Binn' for vmImage: 'vs2017-win2016'
5557 value : ' C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn'
@@ -578,6 +580,13 @@ stages:
578580 # buildConfiguration: # Optional
579581 publishRunAttachments : true # Optional
580582
583+ - task : PublishPipelineArtifact@1
584+ name : PublishCLRArtifact
585+ inputs :
586+ targetPath : ' $(Pipeline.Workspace)/tSQLt/Build/output/Validate'
587+ artifact : ' ValidateFailes'
588+ publishLocation : ' pipeline'
589+
581590
582591 - task : PowerShell@2
583592 name : TagArtifact
You can’t perform that action at this time.
0 commit comments