diff --git a/.azure-pipelines/release.yml b/.azure-pipelines/release.yml index ea016c23810..a62cf8e42fe 100644 --- a/.azure-pipelines/release.yml +++ b/.azure-pipelines/release.yml @@ -66,7 +66,7 @@ extends: # Pack Typescript sdk packages - - script: npm pack --pack-destination=$(Build.ArtifactStagingDirectory) --workspaces + - script: npm pack --pack-destination=$(Build.ArtifactStagingDirectory) --workspaces --workspace-exclude=@microsoft/msgraph-sdk-tests displayName: 'Generate npm packages of the Typescript msgraph sdk' workingDirectory: '$(Build.SourcesDirectory)'