Skip to content

chore!: change package name & asmdefs #1026

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Aug 11, 2021
Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Order is important; the last matching pattern takes the most precedence.

Profiling/ @Unity-Technologies/multiplayer-tools
/com.unity.multiplayer.mlapi/Runtime/Transports/ @Unity-Technologies/server-team
/com.unity.netcode.gameobjects/Runtime/Transports/ @Unity-Technologies/server-team
/com.unity.netcode.gameobjects/Runtime/SceneManagement/ @NoelStephensUnity
/com.unity.multiplayer.transport.utp/ @Unity-Technologies/server-team
/com.unity.multiplayer.mlapi/Runtime/SceneManagement/ @NoelStephensUnity
Documentation~/ @Briancoughlin @lkrell
Documentation~/ @Briancoughlin
2 changes: 1 addition & 1 deletion .yamato/_triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ develop_nightly_trigger:


# Run all relevant tasks when a pull request targeting the develop
# branch is created or updated. Currently only mlapi package tests are
# branch is created or updated. Currently only netcode package tests are
# enabled, since the others are missing test coverage and will fail CI.
pull_request_trigger:
name: Pull Request Trigger on {{ test_editors.first }} (master, develop, & release branches)
Expand Down
2 changes: 1 addition & 1 deletion .yamato/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ code_coverage_win_{{ project.name }}:
- pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- unity-downloader-cli -u trunk -c editor --wait --fast
- upm-ci package test -u .Editor --package-path com.unity.multiplayer.mlapi --enable-code-coverage --code-coverage-options 'enableCyclomaticComplexity;generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Multiplayer.MLAPI.Editor,+Unity.Multiplayer.MLAPI.Runtime,+Unity.Multiplayer.MLAPI.Prototyping'
- upm-ci package test -u .Editor --package-path com.unity.netcode.gameobjects --enable-code-coverage --code-coverage-options 'enableCyclomaticComplexity;generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.Netcode.Editor,+Unity.Netcode.Runtime,+Unity.Netcode.Prototyping'
artifacts:
logs:
paths:
Expand Down
4 changes: 2 additions & 2 deletions .yamato/project.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ projects:
path: testproject
# Packages within a project that will be tested
packages:
- name: com.unity.multiplayer.mlapi
path: com.unity.multiplayer.mlapi
- name: com.unity.netcode.gameobjects
path: com.unity.netcode.gameobjects
- name: com.unity.multiplayer.transport.utp
path: com.unity.multiplayer.transport.utp
Loading