|
@ -36,6 +36,10 @@ jobs: |
|
|
modifyOutputPath: true |
|
|
modifyOutputPath: true |
|
|
feedsToUse: config |
|
|
feedsToUse: config |
|
|
nugetConfigPath: src/NuGet.config |
|
|
nugetConfigPath: src/NuGet.config |
|
|
|
|
|
- task: CopyFiles@2 |
|
|
|
|
|
inputs: |
|
|
|
|
|
sourceFolder: '**/openshift-app-build-template.yml' |
|
|
|
|
|
targetFolder: $(Build.ArtifactStagingDirectory) |
|
|
- task: PublishBuildArtifacts@1 |
|
|
- task: PublishBuildArtifacts@1 |
|
|
displayName: 'Publish Artifact: drop' |
|
|
displayName: 'Publish Artifact: drop' |
|
|
|
|
|
|