This repository was archived by the owner on Dec 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Microsoft.PowerShell.RemotingTools/.ci
Microsoft.PowerShell.SecretManagement/.ci
Microsoft.PowerShell.ThreadJob/.ci Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
displayName : ' Install NuGet'
23
23
24
24
- powershell : |
25
- Get-ChildItem '$(Build.ArtifactStagingDirectory)/Microsoft.PowerShell.RemotingTools.*.nupkg'
25
+ Get-ChildItem '$(Build.ArtifactStagingDirectory)/nupkg/ Microsoft.PowerShell.RemotingTools.*.nupkg'
26
26
displayName: 'Capture NuGet package'
27
27
28
28
- task : NuGetCommand@2
29
29
displayName : ' Push PSThreadJob artifacts to AzArtifactsFeed'
30
30
inputs :
31
31
command : push
32
- packagesToPush : ' $(System.ArtifactsDirectory)/Microsoft.PowerShell.RemotingTools.*.nupkg'
32
+ packagesToPush : ' $(System.ArtifactsDirectory)/nupkg/ Microsoft.PowerShell.RemotingTools.*.nupkg'
33
33
nuGetFeedType : external
34
34
publishFeedCredentials : AzArtifactFeed
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
displayName : ' Install NuGet'
23
23
24
24
- powershell : |
25
- Get-ChildItem '$(System.ArtifactsDirectory)/Microsoft.PowerShell.SecretManagement.*.nupkg'
25
+ Get-ChildItem '$(System.ArtifactsDirectory)/nupkg/ Microsoft.PowerShell.SecretManagement.*.nupkg'
26
26
displayName: 'Capture NuGet package'
27
27
28
28
- task : NuGetCommand@2
29
29
displayName : ' Push Microsoft.PowerShell.SecretManagement artifacts to AzArtifactsFeed'
30
30
inputs :
31
31
command : push
32
- packagesToPush : ' $(System.ArtifactsDirectory)/Microsoft.PowerShell.SecretManagement.*.nupkg'
32
+ packagesToPush : ' $(System.ArtifactsDirectory)/nupkg/ Microsoft.PowerShell.SecretManagement.*.nupkg'
33
33
nuGetFeedType : external
34
34
publishFeedCredentials : AzArtifactFeed
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
displayName : ' Install NuGet'
23
23
24
24
- powershell : |
25
- Get-ChildItem '$(System.ArtifactsDirectory)/Microsoft.PowerShell.ThreadJob.*.nupkg'
25
+ Get-ChildItem '$(System.ArtifactsDirectory)/nupkg/ Microsoft.PowerShell.ThreadJob.*.nupkg'
26
26
displayName: 'Capture NuGet package'
27
27
28
28
- task : NuGetCommand@2
29
29
displayName : ' Push PSThreadJob artifacts to AzArtifactsFeed'
30
30
inputs :
31
31
command : push
32
- packagesToPush : ' $(System.ArtifactsDirectory)/Microsoft.PowerShell.ThreadJob.*.nupkg'
32
+ packagesToPush : ' $(System.ArtifactsDirectory)/nupkg/ Microsoft.PowerShell.ThreadJob.*.nupkg'
33
33
nuGetFeedType : external
34
34
publishFeedCredentials : AzArtifactFeed
You can’t perform that action at this time.
0 commit comments