Skip to content

Commit

Permalink
Merge pull request #1036 from microsoftgraph/nikithauc/build-contents…
Browse files Browse the repository at this point in the history
…-read-main

Merging from dev to main - Change the excluded contents of artifact
  • Loading branch information
nikithauc authored Nov 3, 2022
2 parents 758bab9 + 160bcf3 commit 54da278
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .azure-pipelines/ci-build-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ trigger:

pr: none


stages:
- stage: "Test"
jobs:
Expand Down Expand Up @@ -75,18 +74,15 @@ stages:
targetFolder: $(Build.ArtifactStagingDirectory)
Contents: |
**/*
!test/**
!.azure-pipelines/**
!.github/**
!.git/**
!.vscode/**
!node_modules/**
displayName: 'Copy npm package'

- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: $(Build.ArtifactStagingDirectory)
artifactName: "release-drop"
displayName: 'Publish artifacts'



0 comments on commit 54da278

Please sign in to comment.