Skip to content

Commit bdebcd2

Browse files
committed
modify test to account for newlines
1 parent 819c549 commit bdebcd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.yamato/package-pack.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ package_pack_-_ngo_{{ platform.name }}:
3737
variables:
3838
XRAY_PROFILE: "supported ./pvpExceptions.json"
3939
commands:
40+
{% if platform.name == "win" %}
41+
- powershell -Command "(Get-Content -Path 'CHANGELOG.md' -Raw) -replace \"`r`n\", \"`n\" | Set-Content -Path 'CHANGELOG.md' -NoNewline"
42+
{% endif %}
4043
- python Tools/scripts/release.py # Needed to ensure that CHANGELOG is properly formatted for this test due to the fact that we have bumped package version (to properly perform vetting tests)
4144
- upm-pvp pack "com.unity.netcode.gameobjects" --output upm-ci~/packages
4245
- upm-pvp xray --packages "upm-ci~/packages/com.unity.netcode.gameobjects*.tgz" --results pvp-results

0 commit comments

Comments
 (0)