Skip to content

Commit

Permalink
Remove Orchestrator pdbs from Azure publish flow (microsoft#5275)
Browse files Browse the repository at this point in the history
  • Loading branch information
taicchoumsft authored Dec 10, 2020
1 parent ac23133 commit 0f4820f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/azurePublish/src/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class BotProjectDeploy {
.glob('**/*', {
cwd: source,
dot: true,
ignore: ['**/code.zip', 'node_modules/**/*'],
ignore: ['**/code.zip', 'node_modules/**/*', '**/onnxruntime.pdb', '**/oc_abi.pdb'],
})
.on('error', (err) => reject(err))
.pipe(stream);
Expand Down

0 comments on commit 0f4820f

Please sign in to comment.