Skip to content

Instantly share code, notes, and snippets.

@sebastienros
Created February 25, 2022 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastienros/80175889ea07084a42959a8ae70ce3ec to your computer and use it in GitHub Desktop.
Save sebastienros/80175889ea07084a42959a8ae70ce3ec to your computer and use it in GitHub Desktop.
PS C:\code\runtime> ./build.cmd libs -c Release -arch arm64 -os linux
Determining projects to restore...
Tool 'coverlet.console' (version '1.7.2') was restored. Available commands: coverlet
Tool 'dotnet-reportgenerator-globaltool' (version '4.5.8') was restored. Available commands: reportgenerator
Tool 'microsoft.dotnet.xharness.cli' (version '1.0.0-prerelease.21404.1') was restored. Available commands: xharness
Tool 'microsoft.visualstudio.slngen.tool' (version '6.0.1') was restored. Available commands: slngen
Restore was successful.
All projects are up-to-date for restore.
Determining projects to restore...
All projects are up-to-date for restore.
"C:\code\runtime\src\libraries\Native\build-native.cmd" arm64 Release outconfig net6.0-linux-Release-arm64 -os linux
[ERROR:team_explorer.bat] Directory not found : "CommonExtensions\Microsoft\TeamFoundation\Team Explorer"
[ERROR:VsDevCmd.bat] *** VsDevCmd.bat encountered errors. Environment may be incomplete and/or incorrect. ***
[ERROR:VsDevCmd.bat] In an uninitialized command prompt, please 'set VSCMD_DEBUG=[value]' and then re-run
[ERROR:VsDevCmd.bat] vsdevcmd.bat [args] for additional details.
[ERROR:VsDevCmd.bat] Where [value] is:
[ERROR:VsDevCmd.bat] 1 : basic debug logging
[ERROR:VsDevCmd.bat] 2 : detailed debug logging
[ERROR:VsDevCmd.bat] 3 : trace level logging. Redirection of output to a file when using this level is recommended. [ERROR:VsDevCmd.bat] Example: set VSCMD_DEBUG=3
[ERROR:VsDevCmd.bat] vsdevcmd.bat > vsdevcmd.trace.txt 2>&1
The system cannot find the path specified.
Failed to generate native component build project!
C:\code\runtime\src\libraries\Native\build-native.proj(49,5): error MSB3073: The command ""C:\code\runtime\src\libraries\Native\build-native.cmd" arm64 Release outconfig net6.0-linux-Release-arm64 -os linux" exited with code 1.
Build FAILED.
C:\code\runtime\src\libraries\Native\build-native.proj(49,5): error MSB3073: The command ""C:\code\runtime\src\libraries\Native\build-native.cmd" arm64 Release outconfig net6.0-linux-Release-arm64 -os linux" exited with code 1.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:24.92
Build failed with exit code 1. Check errors above.
Some builds failed:
Configuration: Release, Architecture: arm64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment