@microsoft/esrp-release-test-integration 2.0.8 → 2.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/azure-pipelines.yml +12 -13
  2. package/package.json +1 -1
@@ -23,17 +23,16 @@ steps:
23
23
  npm pack
24
24
  displayName: 'npm pack'
25
25
 
26
- - task: CopyFiles@2
26
+ - task: arugupta.release-tasks.custom-build-release-task.EsrpRelease@25
27
+ displayName: 'ESRP Release'
27
28
  inputs:
28
- sourceFolder: '$(Build.SourcesDirectory)'
29
- contents: |
30
- **.tgz
31
- targetFolder: '$(Build.ArtifactStagingDirectory)'
32
- displayName: 'Copy project files'
33
-
34
- - task: PublishPipelineArtifact@1
35
- inputs:
36
- artifactName: npm-test-adarsh
37
- targetPath: '$(Build.ArtifactStagingDirectory)'
38
- publishLocation: 'pipeline'
39
- displayName: 'Publish npm artifact'
29
+ ConnectedServiceName: KVConnectionAMEProd
30
+ ContentType: npm
31
+ contentSource: 'Folder'
32
+ FolderLocation: ''
33
+ WaitForReleaseCompletion: true
34
+ Owners: 'nibhard@microsoft.com'
35
+ Approvers: 'shmallip@microsoft.com'
36
+ MainPublisher: ESRPRELTEST
37
+ ContentOrigin: azweur
38
+ timeoutInMinutes: 60
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/esrp-release-test-integration",
3
- "version": "2.0.8",
3
+ "version": "2.0.10",
4
4
  "description": "With great package manager come great responsibilities.",
5
5
  "main": "index.js",
6
6
  "author": {