diff --git a/Modules/Microsoft.PowerShell.RemotingTools/.ci/release.yml b/Modules/Microsoft.PowerShell.RemotingTools/.ci/release.yml index 3dfc390..4c68cbe 100644 --- a/Modules/Microsoft.PowerShell.RemotingTools/.ci/release.yml +++ b/Modules/Microsoft.PowerShell.RemotingTools/.ci/release.yml @@ -22,13 +22,13 @@ jobs: displayName: 'Install NuGet' - powershell: | - Get-ChildItem '$(Build.ArtifactStagingDirectory)/Microsoft.PowerShell.RemotingTools.*.nupkg' + Get-ChildItem '$(Build.ArtifactStagingDirectory)/nupkg/Microsoft.PowerShell.RemotingTools.*.nupkg' displayName: 'Capture NuGet package' - task: NuGetCommand@2 displayName: 'Push PSThreadJob artifacts to AzArtifactsFeed' inputs: command: push - packagesToPush: '$(System.ArtifactsDirectory)/Microsoft.PowerShell.RemotingTools.*.nupkg' + packagesToPush: '$(System.ArtifactsDirectory)/nupkg/Microsoft.PowerShell.RemotingTools.*.nupkg' nuGetFeedType: external publishFeedCredentials: AzArtifactFeed diff --git a/Modules/Microsoft.PowerShell.SecretManagement/.ci/release.yml b/Modules/Microsoft.PowerShell.SecretManagement/.ci/release.yml index e389472..ce8f15c 100644 --- a/Modules/Microsoft.PowerShell.SecretManagement/.ci/release.yml +++ b/Modules/Microsoft.PowerShell.SecretManagement/.ci/release.yml @@ -22,13 +22,13 @@ jobs: displayName: 'Install NuGet' - powershell: | - Get-ChildItem '$(System.ArtifactsDirectory)/Microsoft.PowerShell.SecretManagement.*.nupkg' + Get-ChildItem '$(System.ArtifactsDirectory)/nupkg/Microsoft.PowerShell.SecretManagement.*.nupkg' displayName: 'Capture NuGet package' - task: NuGetCommand@2 displayName: 'Push Microsoft.PowerShell.SecretManagement artifacts to AzArtifactsFeed' inputs: command: push - packagesToPush: '$(System.ArtifactsDirectory)/Microsoft.PowerShell.SecretManagement.*.nupkg' + packagesToPush: '$(System.ArtifactsDirectory)/nupkg/Microsoft.PowerShell.SecretManagement.*.nupkg' nuGetFeedType: external publishFeedCredentials: AzArtifactFeed diff --git a/Modules/Microsoft.PowerShell.ThreadJob/.ci/release.yml b/Modules/Microsoft.PowerShell.ThreadJob/.ci/release.yml index 2ac1989..40bff93 100644 --- a/Modules/Microsoft.PowerShell.ThreadJob/.ci/release.yml +++ b/Modules/Microsoft.PowerShell.ThreadJob/.ci/release.yml @@ -22,13 +22,13 @@ jobs: displayName: 'Install NuGet' - powershell: | - Get-ChildItem '$(System.ArtifactsDirectory)/Microsoft.PowerShell.ThreadJob.*.nupkg' + Get-ChildItem '$(System.ArtifactsDirectory)/nupkg/Microsoft.PowerShell.ThreadJob.*.nupkg' displayName: 'Capture NuGet package' - task: NuGetCommand@2 displayName: 'Push PSThreadJob artifacts to AzArtifactsFeed' inputs: command: push - packagesToPush: '$(System.ArtifactsDirectory)/Microsoft.PowerShell.ThreadJob.*.nupkg' + packagesToPush: '$(System.ArtifactsDirectory)/nupkg/Microsoft.PowerShell.ThreadJob.*.nupkg' nuGetFeedType: external publishFeedCredentials: AzArtifactFeed