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.
1 parent 7b9e1c1 commit d95461bCopy full SHA for d95461b
azure-pipelines.yml
@@ -40,3 +40,18 @@ steps:
40
codeCoverageTool: 'Cobertura'
41
summaryFileLocation: '$(Build.SourcesDirectory)/coverage/cobertura-coverage.xml'
42
displayName: 'Publish Code Coverage Results'
43
+
44
+- script: npm pack $(Build.SourcesDirectory)/dist/angular-reactive-validation
45
+ displayName: 'Create Package'
46
47
+- task: CopyFiles@2
48
+ inputs:
49
+ Contents: '*.tgz'
50
+ TargetFolder: '$(Build.ArtifactStagingDirectory)/npm'
51
+ CleanTargetFolder: true
52
53
+- task: PublishBuildArtifacts@1
54
55
+ pathtoPublish: '$(Build.ArtifactStagingDirectory)/npm'
56
+ artifactName: npm
57
+ displayName: 'Publish npm artifact'
0 commit comments