Skip to content

Commit 4750b90

Browse files
authored
Publish symbols to Azure Artifacts Symbol Server (#79)
1 parent 3a9332c commit 4750b90

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CI/azp-dotnet-dist.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,13 @@ steps:
1919
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
2020
inputs:
2121
command: push
22-
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.*nupkg'
22+
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg'
2323
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

Comments
 (0)