Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not build with VS Code #5440

Closed
iSazonov opened this issue Nov 14, 2017 · 3 comments
Closed

Can not build with VS Code #5440

iSazonov opened this issue Nov 14, 2017 · 3 comments
Assignees
Labels
Area-Maintainers-Build specific to affecting the build Issue-Bug Issue has been identified as a bug in the product Resolution-Fixed The issue is fixed.

Comments

@iSazonov
Copy link
Collaborator

I can not build with VS Code:

PowerShell output: c:\Users\sie\Documents\GitHub\iSazonov\PowerShell/debug
WARNING: Run Sync-PSTags to update tags
Unable to load file: "c:\Users\sie\Documents\GitHub\iSazonov\PowerShell/debug"
Execution of { & "~/.rcedit/rcedit-x64.exe" "$($Options.Output)" --set-icon "$PSScriptRoot\assets\Powershell_black.ico" `
            --set-file-version $ReleaseVersion --set-product-version $ReleaseVersion --set-version-string "ProductName" "PowerShell
Core 6" `
            --set-requested-execution-level "asInvoker" --set-version-string "LegalCopyright" "(C) Microsoft Corporation.  All Rights
Reserved." } failed with exit code 1
At C:\Users\sie\Documents\GitHub\iSazonov\PowerShell\build.psm1:1862 char:13
+             throw "Execution of {$sb} failed with exit code $LASTEXIT ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (Execution of { ...ith exit code 1:String) [], RuntimeException
    + FullyQualifiedErrorId : Execution of { & "~/.rcedit/rcedit-x64.exe" "$($Options.Output)" --set-icon "$PSScriptRoot\assets\Power
   shell_black.ico" `
                --set-file-version $ReleaseVersion --set-product-version $ReleaseVersion --set-version-string "ProductName" "PowerShe
   ll Core 6" `
                --set-requested-execution-level "asInvoker" --set-version-string "LegalCopyright" "(C) Microsoft Corporation.  All Ri
   ghts Reserved." } failed with exit code 1

The terminal process terminated with exit code: 1
@iSazonov iSazonov added Area-Maintainers-Build specific to affecting the build Issue-Bug Issue has been identified as a bug in the product labels Nov 14, 2017
@SteveL-MSFT SteveL-MSFT self-assigned this Nov 14, 2017
@SteveL-MSFT
Copy link
Member

I have a fix for the build, but not able to get the build output to show in vscode using a 2.0.0 task

@iSazonov
Copy link
Collaborator Author

I see the output in Terminal window not Output windows.

@rkeithhill
Copy link
Collaborator

VSCode tasks using schema version 2.0.0, will output to the terminal window instead of the Output window. That's the way it is supposed to work.

@iSazonov iSazonov added the Resolution-Fixed The issue is fixed. label Nov 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Maintainers-Build specific to affecting the build Issue-Bug Issue has been identified as a bug in the product Resolution-Fixed The issue is fixed.
Projects
None yet
Development

No branches or pull requests

3 participants