diff options
| author | Anthony Lavado <anthony@lavado.ca> | 2020-11-06 12:01:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-06 12:01:56 -0500 |
| commit | 3774165d9d10a3f14a51b2c73110d9b80d8bf092 (patch) | |
| tree | fbcdd2674f770b14318e799303a3f1b4f5342d92 | |
| parent | 6afd990986d70ac24d1acf5c0e1b951e20a5a142 (diff) | |
| parent | ca40eff83dd9b7e186574e70f05775f744b821df (diff) | |
Merge pull request #4425 from joshuaboniface/fix-azure
Restore missing targetFolder
| -rw-r--r-- | .ci/azure-pipelines-package.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/azure-pipelines-package.yml b/.ci/azure-pipelines-package.yml index 67aac45c9..852594e67 100644 --- a/.ci/azure-pipelines-package.yml +++ b/.ci/azure-pipelines-package.yml @@ -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 |
