File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 85
85
targetType : filePath
86
86
filePath : ./tools/TestFx/Live/InvokeLiveTestCITask.ps1
87
87
arguments : -UseWindowsPowerShell ('${{ parameters.psVersion }}' -eq '5.1') -ScriptFile './tools/TestFx/Live/ConnectLiveTestServicePrincipal.ps1 $(LiveTestServicePrincipalSubscriptionId) $(LiveTestServicePrincipalTenantId) $(LiveTestServicePrincipalId) $(LiveTestServicePrincipalSecret)'
88
- failOnStderr : true
88
+ failOnStderr : true
89
89
retryCountOnTaskFailure : 3
90
90
91
91
- task : PowerShell@2
@@ -104,7 +104,7 @@ jobs:
104
104
targetType : filePath
105
105
filePath : ./tools/TestFx/Live/SaveLiveTestResult.ps1
106
106
arguments : $(KustoServicePrincipalTenantId) $(KustoServicePrincipalId) $(KustoServicePrincipalSecret) $(KustoClusterName) $(KustoClusterRegion) $(LiveTestDatabaseName) $(LiveTestTableName) $(TestCoverageTableName) $(DataLocation)
107
- failOnStderr : true
107
+ failOnStderr : true
108
108
retryCountOnTaskFailure : 3
109
109
110
110
- task : PublishPipelineArtifact@1
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function ImportLocalAzModules {
14
14
Write-Host " Start to import Azure PowerShell modules from artifacts/Debug." - ForegroundColor Green
15
15
Write-Host " If you see module import issue, please restart the PowerShell host." - ForegroundColor Magenta
16
16
17
- Write-Host " Importing Az.Accounts. " - ForegroundColor Green
17
+ Write-Host " Importing Az.Accounts" - ForegroundColor Green
18
18
Import-Module (Join-Path - Path $accountsModuleDirectory - ChildPath " Az.Accounts.psd1" )
19
19
Get-ChildItem - Path $debugDirectory - Directory - Exclude " Az.Accounts" | Get-ChildItem - File - Filter " *.psd1" | ForEach-Object {
20
20
Write-Host " Importing $ ( $_.FullName ) " - ForegroundColor Green
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ param (
33
33
[string ] $DataLocation
34
34
)
35
35
36
- New-Variable - Name ResourceGroupPrefix - Value " azpsliverg " - Scope Script - Option Constant
37
- New-Variable - Name ResourcePrefix - Value " azpslive " - Scope Script - Option Constant
38
- New-Variable - Name StorageAccountPrefix - Value " azpslivesa " - Scope Script - Option Constant
36
+ New-Variable - Name ResourceGroupPrefix - Value " azpslrg " - Scope Script - Option Constant
37
+ New-Variable - Name ResourcePrefix - Value " azpsl " - Scope Script - Option Constant
38
+ New-Variable - Name StorageAccountPrefix - Value " azpslsa " - Scope Script - Option Constant
39
39
40
40
New-Variable - Name CommandMaxRetryCount - Value 3 - Scope Script - Option Constant
41
41
New-Variable - Name CommandDelay - Value 10 - Scope Script - Option Constant
You can’t perform that action at this time.
0 commit comments