File tree Expand file tree Collapse file tree
build/azure-devops/apigws Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 inputs :
5151 pathtoPublish : $(Build.ArtifactStagingDirectory)/k8s/helm
5252 artifactName : helm
53- - job : BuildWindows
54- pool :
55- vmImage : ' vs2017-win2016'
56- steps :
57- - task : DockerCompose@0
58- displayName : Compose build apigws
59- inputs :
60- dockerComposeCommand : ' build mobileshoppingapigw mobilemarketingapigw webshoppingapigw webmarketingapigw'
61- containerregistrytype : Container Registry
62- dockerRegistryEndpoint : $(registryEndpoint)
63- dockerComposeFile : docker-compose.yml
64- qualifyImageNames : true
65- projectName : " "
66- dockerComposeFileArgs : |
67- TAG=$(Build.SourceBranchName)
68- PLATFORM=win
69- - task : DockerCompose@0
70- displayName : Compose push apigws
71- inputs :
72- dockerComposeCommand : ' push mobileshoppingapigw mobilemarketingapigw webshoppingapigw webmarketingapigw'
73- containerregistrytype : Container Registry
74- dockerRegistryEndpoint : $(registryEndpoint)
75- dockerComposeFile : docker-compose.yml
76- qualifyImageNames : true
77- projectName : " "
78- dockerComposeFileArgs : |
79- TAG=$(Build.SourceBranchName)
80- PLATFORM=win
Original file line number Diff line number Diff line change 1+ for %%p in (csproj-files\*.csproj) do dotnet restore %%p
You can’t perform that action at this time.
0 commit comments