We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c16642 + aabb5eb commit c5bc975Copy full SHA for c5bc975
.azure-pipelines/release.yml
@@ -66,7 +66,7 @@ extends:
66
67
68
# Pack Typescript sdk packages
69
- - script: npm pack --pack-destination=$(Build.ArtifactStagingDirectory) --workspaces
+ - script: npm pack --pack-destination=$(Build.ArtifactStagingDirectory) --workspaces --workspace-exclude=@microsoft/msgraph-sdk-tests
70
displayName: 'Generate npm packages of the Typescript msgraph sdk'
71
workingDirectory: '$(Build.SourcesDirectory)'
72
0 commit comments