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:
16
16
17
17
- task : DotNetCoreCLI@2
18
18
displayName : ' dotnet push to UiPath-Internal'
19
- condition : and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master') )
19
+ condition : and(succeeded())
20
20
inputs :
21
21
command : push
22
22
packagesToPush : ' $(Build.ArtifactStagingDirectory)/**/*.nupkg'
23
23
publishVstsFeed : ' Public.Feeds/UiPath-Internal'
24
24
25
25
- task : PublishSymbols@2
26
26
displayName : ' Publish Symbols to UiPath Azure Artifacts Symbol Server'
27
- condition : and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master') )
27
+ condition : and(succeeded())
28
28
inputs :
29
29
symbolsFolder : $(Build.SourcesDirectory)
30
30
searchPattern : ' **/UiPath.CoreIpc/bin/**/UiPath.CoreIpc.pdb'
You can’t perform that action at this time.
0 commit comments