/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
eng/common/dotnet.cmd
7 строк
225 B
dotnet-maestro[bot]
[main] Update dependencies from dotnet/arcade (#79385)
17 июл 2025, 15:50
Не верифицирован
17 июл 2025, 15:50
1417783
Код
Авторство
О чём код?
@echo off :: This script is used to install the .NET SDK. :: It will also invoke the SDK with any provided arguments. powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0dotnet.ps1""" %*" exit /b %ErrorLevel%