/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
eng/common/dotnet.cmd
7 строк
225 B
dotnet-maestro[bot]
[main] Source code updates from dotnet/dotnet (#62339)
15 июн 2025, 00:42
Не верифицирован
15 июн 2025, 00:42
ee0edc2
Код
Авторство
О чём код?
@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%