Skip to content
Closed
Show file tree
Hide file tree
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
Enable format-job for windows
  • Loading branch information
kunalspathak committed Nov 20, 2020
commit 6c2b92862be3688e01f4b9ba64fb108638286ae4
3 changes: 1 addition & 2 deletions eng/pipelines/coreclr/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,4 @@ jobs:
jobTemplate: /eng/pipelines/coreclr/templates/format-job.yml
platforms:
- Linux_x64
# Issue: https://github.com/dotnet/runtime/issues/40034
#- windows_x64
- windows_x64
3 changes: 1 addition & 2 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@ jobs:
jobTemplate: /eng/pipelines/coreclr/templates/format-job.yml
platforms:
- Linux_x64
# Issue: https://github.com/dotnet/runtime/issues/40034
#- windows_x64
- windows_x64
jobParameters:
condition: >-
and(
Expand Down