We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc90abd commit da2e218Copy full SHA for da2e218
1 file changed
.github/copilot-instructions.md
@@ -0,0 +1,11 @@
1
+Команда запуска полной сборки и прогона тестов на Linux:
2
+
3
+```sh
4
+dotnet msbuild Build.csproj /t:"CleanAll;MakeFDD;GatherLibrary;ComposeDistributionFolders;Test" /p:Configuration=LinuxDebug /p:NoCppCompiler=True
5
+```
6
7
+Запуск приемочных тестов:
8
9
10
+dotnet oscript.dll tests/testrunner.os -runAll tests
11
0 commit comments