411c1a4a6a
* Revert "Ensure copy latest runs on dotnet engine and not msbuild (#10766)" This reverts commitd1be03eb6c
. * Revert "Publish additional files in official CI build" This reverts commit2e0eea8da3
. * Revert "Create WASM installers for optional workloads (#10685)" This reverts commit7c79ce28bc
.
7 lines
432 B
Batchfile
7 lines
432 B
Batchfile
@echo off
|
|
|
|
REM Copyright (c) .NET Foundation and contributors. All rights reserved.
|
|
REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
|
|
|
powershell -ExecutionPolicy Bypass -NoProfile -NoLogo -Command "& \"%~dp0common\build.ps1\" -restore -build /p:Projects=\"%~dp0..\src\CopyToLatest\CopyToLatest.csproj\" %*; exit $LastExitCode;"
|
|
if %errorlevel% neq 0 exit /b %errorlevel%
|