You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to provide a better UX for .NET developers, this repo should have support for creating new ref packs from a Windows environment. There are two phases of support needed.
Add ability to run the generate tooling from a Windows environment. Today the generate tooling is accessible only via a bash script.
Add ability to run the source-build leg from a Windows environment. This is important to be able to detect prebuilts locally. This will eventually be needed for .NET 9.0 as part of .NET 9: Enable source-build for Windows #2910.
The first phase as value and is something that can be delivered without the second phase.
The text was updated successfully, but these errors were encountered:
MichaelSimons
changed the title
[SBRP] Support creating new reference packages on a Windows environment
[SBRP] Support creating new reference packages from a Windows environment
Mar 16, 2023
dotnet/source-build-reference-packages#581 covers the first point. I also attempted to add a build.cmd entry point to build the repository locally on Windows but the build then failed because of these Unix Exec tasks in the targeting pack generation:
In order to provide a better UX for .NET developers, this repo should have support for creating new ref packs from a Windows environment. There are two phases of support needed.
The first phase as value and is something that can be delivered without the second phase.
The text was updated successfully, but these errors were encountered: