Skip to content
This repository was archived by the owner on Jun 18, 2022. It is now read-only.

Commit 0a99a14

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 0641873 commit 0a99a14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ steps:
2323
inputs:
2424
SourceFolder: '$(System.DefaultWorkingDirectory)'
2525
Contents: |
26-
**/src/**
26+
**/*
27+
!.git/**/*
2728
package.json
2829
TargetFolder: '$(Build.ArtifactStagingDirectory)'
2930

0 commit comments

Comments
 (0)