Skip to content

Commit 54da278

Browse files
authored
Merge pull request #1036 from microsoftgraph/nikithauc/build-contents-read-main
Merging from dev to main - Change the excluded contents of artifact
2 parents 758bab9 + 160bcf3 commit 54da278

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.azure-pipelines/ci-build-production.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ trigger:
1212

1313
pr: none
1414

15-
1615
stages:
1716
- stage: "Test"
1817
jobs:
@@ -75,18 +74,15 @@ stages:
7574
targetFolder: $(Build.ArtifactStagingDirectory)
7675
Contents: |
7776
**/*
78-
!test/**
7977
!.azure-pipelines/**
8078
!.github/**
8179
!.git/**
8280
!.vscode/**
83-
!node_modules/**
8481
displayName: 'Copy npm package'
8582

8683
- task: PublishBuildArtifacts@1
8784
inputs:
8885
pathtoPublish: $(Build.ArtifactStagingDirectory)
8986
artifactName: "release-drop"
9087
displayName: 'Publish artifacts'
91-
92-
88+

0 commit comments

Comments
 (0)