Skip to content

Commit ac70822

Browse files
temporarily disable branch check for CI nuget push
1 parent 51ae923 commit ac70822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CI/azp-dotnet-dist.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: and(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: and(succeeded())
2828
inputs:
2929
symbolsFolder: $(Build.SourcesDirectory)
3030
searchPattern: '**/UiPath.CoreIpc/bin/**/UiPath.CoreIpc.pdb'

0 commit comments

Comments
 (0)