Skip to content

Instantly share code, notes, and snippets.

@AmandaCameron
Created September 23, 2016 22:20
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 AmandaCameron/5e088a8fbae1f1f8b95f737133fca08c to your computer and use it in GitHub Desktop.
Save AmandaCameron/5e088a8fbae1f1f8b95f737133fca08c to your computer and use it in GitHub Desktop.
Continuing with `powershell -noprofile -c Start-PSBuild`
VERBOSE: Using configuration 'Linux'
VERBOSE: Top project directory is /Users/amandacameron/Code/Microsoft/PowerShell/src/powershell-unix
VERBOSE: Using framework 'netcoreapp1.0'
VERBOSE: Using runtime 'osx.10.12-x64'
Run ResGen (generating C# bindings for resx files)
Failed to make the following project runnable: resgen (.NETCoreApp,Version=v1.0) reason: Expected coreclr library not found in package graph. Please try running dotnet restore again.
Execution of { dotnet run } failed with exit code 1
At /Users/amandacameron/Code/Microsoft/PowerShell/build.psm1:1901 char:13
+ throw "Execution of {$sb} failed with exit code $LASTEXIT ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Execution of { ...ith exit code 1:String) [], RuntimeException
+ FullyQualifiedErrorId : Execution of { dotnet run } failed with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment