-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Fix running the workaround for
NuGet-Migrations
issue (#85692)
* CI: Fix running the workaround for `NuGet-Migrations` issue The workaround adds: `(CONSOLE_TEMP_DIR="%24(mktemp -d)" %3B "$DOTNET_ROOT/dotnet" new console -o "$CONSOLE_TEMP_DIR" %3B rm -rf "$CONSOLE_TEMP_DIR") || true` which uses `$DOTNET_ROOT/dotnet`. But this is set for `HelixPreCommand` which runs *before* `DOTNET_ROOT` is set. Instead, use `HelixCommandPrefixItem`. * rename HelixCommandPrefixItem to HelixCommandPrefixEnvVarItem * Fix in helixpublishwitharcade.proj also * Add the workaround for legacy payloads also, which includes wasm runtime tests * fix typo
- Loading branch information
Showing
2 changed files
with
33 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters