Skip to content

Commit e319faa

Browse files
authored
Update copilot-instructions.md
1 parent 9610c78 commit e319faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Команда запуска полной сборки и прогона тестов на Linux:
22

33
```sh
4-
msbuild Build.csproj /t:CleanAll;MakeFDD;GatherLibrary;ComposeDistributionFolders;Test /p:Configuration=LinuxDebug /p:NoCppCompiler=True
4+
dotnet msbuild Build.csproj /t:"CleanAll;MakeFDD;GatherLibrary;ComposeDistributionFolders;Test" /p:Configuration=LinuxDebug /p:NoCppCompiler=True
55
```

0 commit comments

Comments
 (0)