remove temp project manifest log

pull/164/head
Aaron Trudeau 2022-04-26 13:35:16 -04:00
parent 1580d4cb48
commit c927250c22
No known key found for this signature in database
GPG Key ID: D6874B046ABF9536
1 changed files with 0 additions and 2 deletions

View File

@ -67,8 +67,6 @@ if [ "$PACKAGE_MODE" = "true" ]; then
'.dependencies += {"com.unity.testtools.codecoverage": "1.1.1"} | .dependencies += {"\($packageName)": "file:\($projectPath)"} | . += {testables: ["\($packageName)"]}' \ '.dependencies += {"com.unity.testtools.codecoverage": "1.1.1"} | .dependencies += {"\($packageName)": "file:\($projectPath)"} | . += {testables: ["\($packageName)"]}' \
> "$PACKAGE_MANIFEST_PATH" > "$PACKAGE_MANIFEST_PATH"
cat "$PACKAGE_MANIFEST_PATH"
UNITY_PROJECT_PATH="$TEMP_PROJECT_PATH" UNITY_PROJECT_PATH="$TEMP_PROJECT_PATH"
fi fi