File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
pwsh : true
103
103
targetType : filePath
104
104
filePath : ./tools/TestFx/Coverage/SaveTestCoverageResult.ps1
105
- arguments : CITest $(KustoServicePrincipalTenantId ) $(KustoServicePrincipalId) $(KustoServicePrincipalSecret) $(KustoClusterName) $(KustoClusterRegion)
105
+ arguments : CITest $(KustoTenantId ) $(KustoServicePrincipalId) $(KustoServicePrincipalSecret) $(KustoClusterName) $(KustoClusterRegion)
106
106
107
107
- task : PowerShell@2
108
108
displayName : Update Test Coverage Baseline
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
pwsh : true
134
134
targetType : filePath
135
135
filePath : ./tools/TestFx/Live/SaveLiveTestResult.ps1
136
- arguments : $(LiveTestTenantId ) $(KustoServicePrincipalId) $(KustoServicePrincipalSecret) $(KustoClusterName) $(KustoClusterRegion)
136
+ arguments : $(KustoTenantId ) $(KustoServicePrincipalId) $(KustoServicePrincipalSecret) $(KustoClusterName) $(KustoClusterRegion)
137
137
138
138
- task : PublishPipelineArtifact@1
139
139
displayName : Publish live test results to pipeline artifact
You can’t perform that action at this time.
0 commit comments