|
@ -37,10 +37,17 @@ jobs: |
|
|
feedsToUse: config |
|
|
feedsToUse: config |
|
|
nugetConfigPath: src/NuGet.config |
|
|
nugetConfigPath: src/NuGet.config |
|
|
- task: CopyFiles@2 |
|
|
- task: CopyFiles@2 |
|
|
|
|
|
displayName: 'Copy OpenShift App Build Template' |
|
|
inputs: |
|
|
inputs: |
|
|
sourceFolder: '$(Build.SourcesDirectory)/build/aro' |
|
|
sourceFolder: '$(Build.SourcesDirectory)/build/aro' |
|
|
contents: 'openshift-app-build-template.yml' |
|
|
contents: 'openshift-app-build-template.yml' |
|
|
targetFolder: $(Build.ArtifactStagingDirectory) |
|
|
targetFolder: $(Build.ArtifactStagingDirectory) |
|
|
|
|
|
- task: CopyFiles@2 |
|
|
|
|
|
displayName: 'Copy OpenShift Web App Deploy Template' |
|
|
|
|
|
inputs: |
|
|
|
|
|
sourceFolder: '$(Build.SourcesDirectory)/deploy/aro' |
|
|
|
|
|
contents: 'openshift-webapp-deploy-template.yml' |
|
|
|
|
|
targetFolder: $(Build.ArtifactStagingDirectory) |
|
|
- task: PublishBuildArtifacts@1 |
|
|
- task: PublishBuildArtifacts@1 |
|
|
displayName: 'Publish Artifact: drop' |
|
|
displayName: 'Publish Artifact: drop' |
|
|
|
|
|
|