File tree Expand file tree Collapse file tree 3 files changed +322
-144
lines changed Expand file tree Collapse file tree 3 files changed +322
-144
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ stages:
11
11
- job : ' Build'
12
12
displayName : ' Build job'
13
13
pool :
14
- vmImage : ' ubuntu-16 .04'
14
+ vmImage : ' ubuntu-18 .04'
15
15
demands :
16
- - npm
16
+ - npm
17
17
18
18
variables :
19
19
wwwrootDir : ' Tailspin.SpaceGame.Web/wwwroot'
20
- dotnetSdkVersion : ' 3.1.100 '
20
+ dotnetSdkVersion : ' 3.1.300 '
21
21
22
22
steps :
23
23
- task : UseDotNet@2
@@ -71,7 +71,7 @@ stages:
71
71
jobs :
72
72
- deployment : Deploy
73
73
pool :
74
- vmImage : ' ubuntu-16 .04'
74
+ vmImage : ' ubuntu-18 .04'
75
75
environment : dev
76
76
variables :
77
77
- group : Release
@@ -94,7 +94,7 @@ stages:
94
94
jobs :
95
95
- deployment : Deploy
96
96
pool :
97
- vmImage : ' ubuntu-16 .04'
97
+ vmImage : ' ubuntu-18 .04'
98
98
environment : test
99
99
variables :
100
100
- group : ' Release'
@@ -117,7 +117,7 @@ stages:
117
117
jobs :
118
118
- deployment : Deploy
119
119
pool :
120
- vmImage : ' ubuntu-16 .04'
120
+ vmImage : ' ubuntu-18 .04'
121
121
environment : staging
122
122
variables :
123
123
- group : ' Release'
@@ -132,4 +132,4 @@ stages:
132
132
inputs :
133
133
azureSubscription : ' Resource Manager - Tailspin - Space Game'
134
134
appName : ' $(WebAppNameStaging)'
135
- package : ' $(Pipeline.Workspace)/drop/$(buildConfiguration)/*.zip'
135
+ package : ' $(Pipeline.Workspace)/drop/$(buildConfiguration)/*.zip'
You can’t perform that action at this time.
0 commit comments