File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ steps:
1616
1717 - task : DotNetCoreCLI@2
1818 displayName : ' dotnet push to UiPath-Internal'
19- condition : and( succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master') )
19+ condition : succeeded()
2020 inputs :
2121 command : push
2222 packagesToPush : ' $(Build.ArtifactStagingDirectory)/**/*.nupkg'
2323 publishVstsFeed : ' Public.Feeds/UiPath-Internal'
2424
2525 - task : PublishSymbols@2
2626 displayName : ' Publish Symbols to UiPath Azure Artifacts Symbol Server'
27- condition : and( succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master') )
27+ condition : succeeded()
2828 inputs :
2929 symbolsFolder : $(Build.SourcesDirectory)
3030 searchPattern : ' **/UiPath.CoreIpc/bin/**/UiPath.CoreIpc.pdb'
You can’t perform that action at this time.
0 commit comments