Skip to content

Commit c5bc975

Browse files
authored
Merge pull request #945 from microsoftgraph/u/peombwa/excludeTestsFromPackage
chore: Exclude tests from package
2 parents 9c16642 + aabb5eb commit c5bc975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ extends:
6666

6767

6868
# Pack Typescript sdk packages
69-
- script: npm pack --pack-destination=$(Build.ArtifactStagingDirectory) --workspaces
69+
- script: npm pack --pack-destination=$(Build.ArtifactStagingDirectory) --workspaces --workspace-exclude=@microsoft/msgraph-sdk-tests
7070
displayName: 'Generate npm packages of the Typescript msgraph sdk'
7171
workingDirectory: '$(Build.SourcesDirectory)'
7272

0 commit comments

Comments
 (0)