-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Trouble generating powershell.inc using the msbuild target from internals.md #7057
Copy link
Copy link
Closed
Labels
Issue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aResolution-AnsweredThe question is answered.The question is answered.WG-Maintainers-Buildspecific to affecting the buildspecific to affecting the build
Description
Hi there, I am the maintainer of the powershell package for Arch Linux.
I was just working on updating the PKGBUILD for the latest version of dotnet, and encountered the following error message:
Unhandled Exception: System.ArgumentException: Cannot find the file that contains the reference list. The path '[build directory]/src/TypeCatalogGen/powershell.inc' doesn't exist.
After closer inspection, it seems that powershell.inc is not generated by the given msbuild target any more.
Is this an error on my end, or has the build process changed?
Steps to reproduce
Following the steps in docs/building/internals.md
dotnet msbuild src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj /t:_GetDependencies "/property:DesignTimeBuild=true;_DependencyFile=$(pwd)/src/TypeCatalogGen/powershell.inc" /nologoExpected behavior
powershell.inc gets generated at src/TypeCatalogGen/powershell.inc.
Actual behavior
Powershell.inc is not created, but no errors are reported.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Issue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aResolution-AnsweredThe question is answered.The question is answered.WG-Maintainers-Buildspecific to affecting the buildspecific to affecting the build