We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ae923 commit ac70822Copy full SHA for ac70822
1 file changed
src/CI/azp-dotnet-dist.yaml
@@ -16,15 +16,15 @@ steps:
16
17
- task: DotNetCoreCLI@2
18
displayName: 'dotnet push to UiPath-Internal'
19
- condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
+ condition: and(succeeded())
20
inputs:
21
command: push
22
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
28
29
symbolsFolder: $(Build.SourcesDirectory)
30
searchPattern: '**/UiPath.CoreIpc/bin/**/UiPath.CoreIpc.pdb'
0 commit comments