This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
updated build def for webspa, mvc & status
pull/1094/head
eiximenis
5 years ago
parent
19755bdfa2
commit
fd1fa22dac
3 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
build/azure-devops/webmvc/azure-pipelines.yml
+2
-0
build/azure-devops/webspa/azure-pipelines.yml
+2
-0
build/azure-devops/webstatus/azure-pipelines.yml
+ 2
- 0
build/azure-devops/webmvc/azure-pipelines.yml
View File
@ -15,6 +15,8 @@ jobs:
parameters:
services
:
webmvc
registryEndpoint
:
$(registryEndpoint)
helmfrom
:
$(Build.SourcesDirectory)/k8s/helm
helmto
:
$(Build.ArtifactStagingDirectory)/k8s/helm
-
template
:
../multiarch.yaml
parameters:
image
:
webmvc
+ 2
- 0
build/azure-devops/webspa/azure-pipelines.yml
View File
@ -15,6 +15,8 @@ jobs:
parameters:
services
:
webspa
registryEndpoint
:
$(registryEndpoint)
helmfrom
:
$(Build.SourcesDirectory)/k8s/helm
helmto
:
$(Build.ArtifactStagingDirectory)/k8s/helm
-
template
:
../multiarch.yaml
parameters:
image
:
webspa
+ 2
- 0
build/azure-devops/webstatus/azure-pipelines.yml
View File
@ -15,6 +15,8 @@ jobs:
parameters:
services
:
webstatus
registryEndpoint
:
$(registryEndpoint)
helmfrom
:
$(Build.SourcesDirectory)/k8s/helm
helmto
:
$(Build.ArtifactStagingDirectory)/k8s/helm
-
template
:
../multiarch.yaml
parameters:
image
:
webstatus
Write
Preview
Loading…
Cancel
Save