We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 758bab9 + 160bcf3 commit 54da278Copy full SHA for 54da278
.azure-pipelines/ci-build-production.yml
@@ -12,7 +12,6 @@ trigger:
12
13
pr: none
14
15
-
16
stages:
17
- stage: "Test"
18
jobs:
@@ -75,18 +74,15 @@ stages:
75
74
targetFolder: $(Build.ArtifactStagingDirectory)
76
Contents: |
77
**/*
78
- !test/**
79
!.azure-pipelines/**
80
!.github/**
81
!.git/**
82
!.vscode/**
83
- !node_modules/**
84
displayName: 'Copy npm package'
85
86
- task: PublishBuildArtifacts@1
87
inputs:
88
pathtoPublish: $(Build.ArtifactStagingDirectory)
89
artifactName: "release-drop"
90
displayName: 'Publish artifacts'
91
92
+
0 commit comments