Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Paine <marcpop@microsoft.com>2022-09-10 01:19:56 +0300
committerGitHub <noreply@github.com>2022-09-10 01:19:56 +0300
commit5420436f58cb5ff190e3f7005771ee6421cc1b46 (patch)
treec40fc2c292edb84a3f76267ff664ccf6252fa16e
parent5a69e3801540345b71e2b048d5ee77d5ab69935d (diff)
Adding an additional workaroundmarcpopMSFT-rc1knownissues
-rw-r--r--release-notes/7.0/known-issues.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/release-notes/7.0/known-issues.md b/release-notes/7.0/known-issues.md
index 4b4f2f45..e4c65449 100644
--- a/release-notes/7.0/known-issues.md
+++ b/release-notes/7.0/known-issues.md
@@ -59,6 +59,7 @@ More information and workaround can be found at https://github.com/dotnet/runtim
The --interactive flag is not working with any dotnet.exe command in RC1. https://github.com/dotnet/sdk/issues/27597
**Workarounds**
-- msbuild /t:restore /p:nugetInteractive=true
+- set `DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER=1` before running `dotnet`
+- `msbuild /t:restore /p:nugetInteractive=true`
- [package source credentials](https://docs.microsoft.com/en-us/nuget/reference/nuget-config-file#packagesourcecredentials)
- Open the project in Visual Studio