Skip to content

Commit

Permalink
Set disableProjectUpdate to false in test projects' manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
windxu88 committed Nov 6, 2024
1 parent 6d6d88d commit b6099e0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Projects/HDRP/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
},
"testables": [
"com.unity.cinemachine"
]
],
"disableProjectUpdate": false
}
3 changes: 2 additions & 1 deletion Projects/HDRP2019.4/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
},
"testables": [
"com.unity.cinemachine"
]
],
"disableProjectUpdate": false
}
3 changes: 2 additions & 1 deletion Projects/Standalone/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@
},
"testables": [
"com.unity.cinemachine"
]
],
"disableProjectUpdate": false
}
3 changes: 2 additions & 1 deletion Projects/URP/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
},
"testables": [
"com.unity.cinemachine"
]
],
"disableProjectUpdate": false
}

0 comments on commit b6099e0

Please sign in to comment.