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
2 changes: 2 additions & 0 deletions .pipelines/wsl-build-nightly-localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ steps:
cultureMappingType: 'None'

- task: PipAuthenticate@1
condition: and(succeeded(), in(variables['Build.Reason'], 'Schedule', 'Manual'))
inputs:
artifactFeeds: 'wsl'

Expand All @@ -51,6 +52,7 @@ steps:
python tools/devops/create-change.py . "$env:token" "WSL localization" "Localization change from build: $env:buildId" "user/localization/$env:buildId" "$env:targetBranch"

displayName: Create pull request
condition: and(succeeded(), in(variables['Build.Reason'], 'Schedule', 'Manual'))
Comment thread
benhillis marked this conversation as resolved.
env:
token: $(GithubPRToken)
buildId: $(Build.BuildId)
Expand Down