We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74d8a8 commit 4c38744Copy full SHA for 4c38744
azure-pipelines.yml
@@ -52,6 +52,24 @@ steps:
52
targetFolder: '$(Build.ArtifactStagingDirectory)'
53
flattenFolders: true
54
55
+- task: CopyFiles@2
56
+ displayName: 'Copy Vsix to Chocolatey'
57
+ inputs:
58
+ contents: '**\?(*.vsix)'
59
+ targetFolder: '$(Build.Repository.LocalPath)/ChocolateyPackage/GitDiffMargin/tools/'
60
+ flattenFolders: true
61
+
62
+steps:
63
+- task: gep13.chocolatey-azuredevops.chocolatey-azuredevops.ChocolateyCommand@0
64
+ displayName: 'Chocolatey pack'
65
66
+ debug: true
67
+ verbose: true
68
+ trace: true
69
+ packWorkingDirectory: '$(Build.Repository.LocalPath)/ChocolateyPackage/GitDiffMargin/'
70
+ packNuspecFileName: GitDiffMargin.nuspec
71
+ packVersion: '$(Build.BuildNumber)'
72
73
#- task: PowerShell@2
74
# displayName: 'Rename Build Artifacts'
75
# inputs:
0 commit comments