[wasm] Add workaround `NuGet-Migrations` issue for a missed case (#87041)
authorAnkit Jain <radical@gmail.com>
Wed, 7 Jun 2023 15:37:38 +0000 (11:37 -0400)
committerGitHub <noreply@github.com>
Wed, 7 Jun 2023 15:37:38 +0000 (11:37 -0400)
commit54dab738de58291ebefc8ff0569a799efaff5d82
tree159bce7ff6f4c4303a849c5783aaccdcfc47c358
parent2eaf1d20e7622486266b912d4bbc53b132a717a1
[wasm] Add workaround `NuGet-Migrations` issue for a missed case (#87041)

One case was missed in the earlier attempt at this, which caused some of
the tests in wasm runtime tests to not get the workaround script.

One such example - `JIT.PGO`

The other cases had:
```sh
export WasmTestAppArgs="$WasmTestAppArgs --exclusion-list=TestExclusionList.txt"
chmod +x ./RunTests.sh
(CONSOLE_TEMP_DIR="$(mktemp -d)" ; "$DOTNET_ROOT/dotnet" new console -o "$CONSOLE_TEMP_DIR" ; rm -rf "$CONSOLE_TEMP_DIR") || true
./RunTests.sh
```

.. and the broken one has:

```sh
dotnet $CORE_ROOT/xunit/xunit.console.dll profiler/unittest/profiler.unittest.XUnitWrapper.dll -parallel collections -nocolor -noshadow -xml testResults.xml -trait TestGroup=profiler.unittest
```

.. no workaround with `dotnet new ..`.
src/tests/Common/helixpublishwitharcade.proj