We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece484d commit 716a545Copy full SHA for 716a545
1 file changed
.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-beta-sdk-tests
70
displayName: 'Generate npm packages of the Typescript msgraph sdk'
71
workingDirectory: '$(Build.SourcesDirectory)'
72
0 commit comments