Skip to content

Commit 00fbf64

Browse files
authored
Merge pull request #45 from MicrosoftDocs/blue-green-1
Bump Ubuntu, .NET Core SDK versions
2 parents e320ff1 + 6a369a4 commit 00fbf64

File tree

3 files changed

+322
-144
lines changed

3 files changed

+322
-144
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ stages:
1111
- job: 'Build'
1212
displayName: 'Build job'
1313
pool:
14-
vmImage: 'ubuntu-16.04'
14+
vmImage: 'ubuntu-18.04'
1515
demands:
16-
- npm
16+
- npm
1717

1818
variables:
1919
wwwrootDir: 'Tailspin.SpaceGame.Web/wwwroot'
20-
dotnetSdkVersion: '3.1.100'
20+
dotnetSdkVersion: '3.1.300'
2121

2222
steps:
2323
- task: UseDotNet@2
@@ -71,7 +71,7 @@ stages:
7171
jobs:
7272
- deployment: Deploy
7373
pool:
74-
vmImage: 'ubuntu-16.04'
74+
vmImage: 'ubuntu-18.04'
7575
environment: dev
7676
variables:
7777
- group: Release
@@ -94,7 +94,7 @@ stages:
9494
jobs:
9595
- deployment: Deploy
9696
pool:
97-
vmImage: 'ubuntu-16.04'
97+
vmImage: 'ubuntu-18.04'
9898
environment: test
9999
variables:
100100
- group: 'Release'
@@ -117,7 +117,7 @@ stages:
117117
jobs:
118118
- deployment: Deploy
119119
pool:
120-
vmImage: 'ubuntu-16.04'
120+
vmImage: 'ubuntu-18.04'
121121
environment: staging
122122
variables:
123123
- group: 'Release'
@@ -132,4 +132,4 @@ stages:
132132
inputs:
133133
azureSubscription: 'Resource Manager - Tailspin - Space Game'
134134
appName: '$(WebAppNameStaging)'
135-
package: '$(Pipeline.Workspace)/drop/$(buildConfiguration)/*.zip'
135+
package: '$(Pipeline.Workspace)/drop/$(buildConfiguration)/*.zip'

0 commit comments

Comments
 (0)