mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-24 10:23:26 +08:00
Add back -Configuration 'Release' to make sure AppVeyor CIs produce 'Release' bits (#2773)
This commit is contained in:
parent
ead4df4097
commit
6f92140886
@ -10,7 +10,6 @@ nuget:
|
||||
|
||||
install:
|
||||
- git submodule update --init
|
||||
- ps: $buildConfiguration = 'Release'
|
||||
- ps: Import-Module .\tools\Appveyor.psm1
|
||||
- ps: Invoke-AppveyorInstall
|
||||
|
||||
|
@ -164,7 +164,7 @@ function Invoke-AppVeyorBuild
|
||||
}
|
||||
|
||||
Start-PSBuild -FullCLR -PSModuleRestore
|
||||
Start-PSBuild -CrossGen -PSModuleRestore
|
||||
Start-PSBuild -CrossGen -PSModuleRestore -Configuration 'Release'
|
||||
}
|
||||
|
||||
# Implements the AppVeyor 'install' step
|
||||
@ -285,7 +285,7 @@ function Invoke-AppVeyorTest
|
||||
#
|
||||
# CoreCLR
|
||||
|
||||
$env:CoreOutput = Split-Path -Parent (Get-PSOutput -Options (New-PSOptions -Publish))
|
||||
$env:CoreOutput = Split-Path -Parent (Get-PSOutput -Options (New-PSOptions -Publish -Configuration 'Release'))
|
||||
Write-Host -Foreground Green 'Run CoreCLR tests'
|
||||
$testResultsNonAdminFile = "$pwd\TestsResultsNonAdmin.xml"
|
||||
$testResultsAdminFile = "$pwd\TestsResultsAdmin.xml"
|
||||
|
Loading…
Reference in New Issue
Block a user