mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-20 18:23:18 +00:00
Refine CI Pipeline (retry)
This commit is contained in:
@@ -231,10 +231,6 @@ if (-not $SkipPostChecks) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Test-Path $ExcelParams['Path']) {
|
|
||||||
"Try to uploadfile {0}" -f $ExcelParams['Path']
|
|
||||||
"##vso[task.uploadfile]{0}" -f $ExcelParams['Path']
|
|
||||||
}
|
|
||||||
if (Test-Path $script:warningfile) {
|
if (Test-Path $script:warningfile) {
|
||||||
"Try to uploadfile {0}" -f $script:warningfile
|
"Try to uploadfile {0}" -f $script:warningfile
|
||||||
"##vso[task.uploadfile]{0}" -f $script:warningfile
|
"##vso[task.uploadfile]{0}" -f $script:warningfile
|
||||||
|
|||||||
@@ -35,7 +35,8 @@ jobs:
|
|||||||
vmImage: 'windows-latest'
|
vmImage: 'windows-latest'
|
||||||
steps:
|
steps:
|
||||||
- pwsh: 'Install-Module -Name Pester -Force'
|
- pwsh: 'Install-Module -Name Pester -Force'
|
||||||
displayName: 'Update Pester'
|
display
|
||||||
|
Name: 'Update Pester'
|
||||||
- pwsh: '.\CI\PS-CI.ps1 -SkipPreChecks -SkipHelp -SkipPostChecks'
|
- pwsh: '.\CI\PS-CI.ps1 -SkipPreChecks -SkipHelp -SkipPostChecks'
|
||||||
displayName: 'Install and Test'
|
displayName: 'Install and Test'
|
||||||
- task: PublishTestResults@2
|
- task: PublishTestResults@2
|
||||||
@@ -66,7 +67,7 @@ jobs:
|
|||||||
displayName: 'Install mono-libgdiplus'
|
displayName: 'Install mono-libgdiplus'
|
||||||
- powershell: 'Install-Module -Name Pester -Force'
|
- powershell: 'Install-Module -Name Pester -Force'
|
||||||
displayName: 'Update Pester'
|
displayName: 'Update Pester'
|
||||||
- powershell: './CI/PS-CI.ps1 -Test'
|
- powershell: './CI/PS-CI.ps1 -SkipPreChecks -SkipHelp -SkipPostChecks'
|
||||||
displayName: 'Install and Test'
|
displayName: 'Install and Test'
|
||||||
- task: PublishTestResults@2
|
- task: PublishTestResults@2
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user