Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/http-client-csharp/eng/pipeline/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ extends:
jobs:
- job: CreatePR
timeoutInMinutes: 90
variables:
# Redirect temp and cache directories to Agent.TempDirectory (a separate, larger partition)
# to avoid running out of disk space on the root partition during generation
TMPDIR: $(Agent.TempDirectory)
NUGET_PACKAGES: $(Agent.TempDirectory)/nuget
npm_config_cache: $(Agent.TempDirectory)/npm-cache
steps:
- checkout: self
- pwsh: |
Expand Down Expand Up @@ -150,6 +156,7 @@ extends:
workingFile: $(Build.SourcesDirectory)/packages/http-client-csharp/.npmrc

- download: current
artifact: build_artifacts_csharp
displayName: Download pipeline artifacts

- pwsh: |
Expand Down
Loading