We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9610c78 commit e319faaCopy full SHA for e319faa
.github/copilot-instructions.md
@@ -1,5 +1,5 @@
1
Команда запуска полной сборки и прогона тестов на Linux:
2
3
```sh
4
-msbuild Build.csproj /t:CleanAll;MakeFDD;GatherLibrary;ComposeDistributionFolders;Test /p:Configuration=LinuxDebug /p:NoCppCompiler=True
+dotnet msbuild Build.csproj /t:"CleanAll;MakeFDD;GatherLibrary;ComposeDistributionFolders;Test" /p:Configuration=LinuxDebug /p:NoCppCompiler=True
5
```
0 commit comments