|
|
|
@ -46,16 +46,15 @@ jobs: |
|
|
|
$QuarterHours = [Math]::Floor($Now.Minute / 15.0) |
|
|
|
$Revision = $Hours + $QuarterHours + 1 |
|
|
|
$BuildId = $Now.ToString("yyyyMMdd") + "." + $Revision |
|
|
|
Write-Host "::set-env name=OfficialBuild::true" |
|
|
|
Write-Host "::set-env name=OfficialBuildId::${BuildId}" |
|
|
|
Write-Host "::set-env name=_ComputedOfficialBuildId::${BuildId}" |
|
|
|
|
|
|
|
- name: Build, test and pack |
|
|
|
run: eng\common\CIBuild.cmd -configuration Release -prepareMachine -integrationTest /p:DotNetPublishUsingPipelines=true |
|
|
|
run: eng\common\CIBuild.cmd -configuration Release -prepareMachine -integrationTest |
|
|
|
if: ${{ runner.os == 'Windows' }} |
|
|
|
|
|
|
|
- name: Build, test and pack |
|
|
|
shell: pwsh |
|
|
|
run: ./eng/common/cibuild.sh -configuration Release -prepareMachine -integrationTest /p:DotNetPublishUsingPipelines=true |
|
|
|
run: ./eng/common/cibuild.sh -configuration Release -prepareMachine -integrationTest |
|
|
|
if: ${{ runner.os != 'Windows' }} |
|
|
|
|
|
|
|
- name: Publish logs |
|
|
|
|