We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313306b commit 2f0d153Copy full SHA for 2f0d153
1 file changed
azure-pipelines/publish-deployables.yml
@@ -1,4 +1,4 @@
1
steps:
2
-- powershell: dotnet nuget push "$(Resolve-Path '$(Pipeline.Workspace)\deployables-Linux\')*.nupkg" -s $(ci_feed) -k azdo --skip-duplicate
+- powershell: dotnet nuget push "$(Resolve-Path '$(Build.ArtifactStagingDirectory)\deployables-Linux\')*.nupkg" -s $(ci_feed) -k azdo --skip-duplicate
3
displayName: 📦 Push packages to CI feed
4
condition: and(succeeded(), ne(variables['ci_feed'], ''), ne(variables['Build.Reason'], 'PullRequest'))
0 commit comments