feat: tools for offline development and running

This commit is contained in:
2026-06-17 10:42:25 +03:00
parent e1af90df18
commit 82d0ba4af3
8 changed files with 40 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
$env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE = "1"
$env:DOTNET_MULTILEVEL_LOOKUP = "0"
$env:DOTNET_CLI_TELEMETRY_OPTOUT = "1"
.\dotnet_windows\dotnet.exe build --no-dependencies