File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -9,26 +9,28 @@ variables:
99 value : ' true'
1010
1111trigger :
12- batch : true
1312 branches :
1413 include :
1514 - master
1615
1716jobs :
18- - job : Windows
17+ - job : Win2019
18+ displayName : Windows Server 2019
1919 pool :
20- vmImage : ' windows-2019'
20+ vmImage : windows-2019
2121 steps :
2222 - template : templates/ci-general.yml
2323
2424- job : macOS
25+ displayName : macOS 10.15
2526 pool :
26- vmImage : ' macOS-10.15'
27+ vmImage : macOS-10.15
2728 steps :
2829 - template : templates/ci-general.yml
2930
30- - job : Linux
31+ - job : Ubuntu
32+ displayName : Ubuntu 20.04
3133 pool :
32- vmImage : ' Ubuntu-20.04'
34+ vmImage : Ubuntu-20.04
3335 steps :
3436 - template : templates/ci-general.yml
Original file line number Diff line number Diff line change 1+ name : Release-$(Build.SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rr)
2+
13variables :
24 # Don't download unneeded packages
35 - name : DOTNET_SKIP_FIRST_TIME_EXPERIENCE
Original file line number Diff line number Diff line change 1515 displayName: Install PowerShell Daily
1616
1717 - pwsh : ' $PSVersionTable'
18- displayName : Display PowerShell version information
18+ displayName : PowerShell version
1919
2020 - pwsh : Write-Host "##vso[build.updatebuildnumber]$env:BUILD_SOURCEBRANCHNAME-$env:BUILD_SOURCEVERSION-$((get-date).ToString("yyyyMMddhhmmss"))"
2121 displayName : Set Build Name for Non-PR
3232 - pwsh : Invoke-Build
3333
3434 - task : PublishTestResults@2
35+ displayName : Publish test results
3536 inputs :
3637 testRunner : JUnit
3738 testResultsFiles : ' **/test-results.xml'
You can’t perform that action at this time.
0 commit comments