Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 532e5f6

Browse files
committed
chore: use ubuntu-latest as build vm pool
1 parent 63e38cb commit 532e5f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ stages:
1919
jobs:
2020
- job: Compile_and_test
2121
pool:
22-
vmImage: 'ubuntu-16.04'
22+
vmImage: 'ubuntu-latest'
2323
steps:
2424
- task: DotNetCoreCLI@2
2525
displayName: 'Build Fg.IoTEdgeModule solution'

build/nuget-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stages:
2121
jobs:
2222
- job: Compile_and_test
2323
pool:
24-
vmImage: 'ubuntu-16.04'
24+
vmImage: 'ubuntu-latest'
2525
steps:
2626
- task: DotNetCoreCLI@2
2727
displayName: 'Build Fg.IoTEdgeModule solution'
@@ -33,7 +33,7 @@ stages:
3333
jobs:
3434
- job: Package_and_push
3535
pool:
36-
vmImage: 'ubuntu-16.04'
36+
vmImage: 'ubuntu-latest'
3737
steps:
3838
- task: Powershell@2
3939
displayName: 'Set version environment variable'

0 commit comments

Comments
 (0)