/
niceSOFT
/
dbus
Обзор
Документация
Войти
/
niceSOFT
/
dbus
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/docker/windows/Install.cmd
19 строк
531 B
Simon McVittie
Add SPDX license tags for the MIT (Expat) license, where straightforward
14 авг 2023, 20:18
14 авг 2023, 20:18
3190b48
Код
Авторство
О чём код?
@rem Copyright (C) Microsoft Corporation. All rights reserved. @rem https://github.com/MicrosoftDocs/visualstudio-docs/blob/main/docs/install/advanced-build-tools-container.md#install-script @rem Licensed under the MIT license. @rem SPDX-License-Identifier: MIT @if not defined _echo echo off setlocal enabledelayedexpansion call %* if "%ERRORLEVEL%"=="3010" ( exit /b 0 ) else ( if not "%ERRORLEVEL%"=="0" ( set ERR=%ERRORLEVEL% call C:\TEMP\collect.exe -zip:C:\vslogs.zip exit /b !ERR! ) )