Merge pull request #4425 from joshuaboniface/fix-azure

Restore missing targetFolder
This commit is contained in:
Anthony Lavado 2020-11-06 12:01:56 -05:00 committed by GitHub
commit 3774165d9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,7 @@ jobs:
sshEndpoint: repository
sourceFolder: '$(Build.SourcesDirectory)/deployment/dist'
contents: '**'
targetFolder: '/srv/repository/incoming/azure/$(Build.BuildNumber)/$(BuildConfiguration)'
- job: OpenAPISpec
dependsOn: Test