We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9332c commit 4750b90Copy full SHA for 4750b90
CI/azp-dotnet-dist.yaml
@@ -19,5 +19,13 @@ steps:
19
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
20
inputs:
21
command: push
22
- packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.*nupkg'
+ packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg'
23
publishVstsFeed: 'Public.Feeds/UiPath-Internal'
24
+
25
+ - task: PublishSymbols@2
26
+ displayName: 'Publish Symbols to UiPath Azure Artifacts Symbol Server'
27
+ condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
28
+ inputs:
29
+ symbolsFolder: $(Build.SourcesDirectory)
30
+ searchPattern: '**/UiPath.CoreIpc/bin/**/UiPath.CoreIpc.pdb'
31
+ symbolServerType: teamServices
0 commit comments