File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Build Docker image for this app using Azure Pipelines
2
2
# https://docs.microsoft.com/azure/devops/pipelines/languages/docker?view=vsts
3
-
4
- queue : ' Hosted Linux Preview '
3
+ pool :
4
+ vmImage : ' Ubuntu 16.04 '
5
5
6
6
variables :
7
7
imageName : ' nodejssample:$(Build.BuildId)'
Original file line number Diff line number Diff line change 1
1
# Build Docker image for this app using Azure Pipelines
2
2
# https://docs.microsoft.com/azure/devops/pipelines/languages/docker?view=vsts
3
-
4
- queue : ' Hosted Linux Preview '
5
-
3
+ pool :
4
+ vmImage : ' Ubuntu 16.04 '
5
+
6
6
variables :
7
7
imageName : ' nodejssample:$(Build.BuildId)'
8
8
# define two more variables dockerId and dockerPassword in the build pipeline in UI
Original file line number Diff line number Diff line change 1
1
# Build NodeJS Express app using Azure Pipelines
2
2
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript?view=vsts
3
-
4
- queue : ' Hosted Linux Preview '
5
-
3
+ pool :
4
+ vmImage : ' Ubuntu 16.04 '
5
+
6
6
steps :
7
7
- task : NodeTool@0
8
8
inputs :
You can’t perform that action at this time.
0 commit comments