This pull request includes changes to the scripts/onebranch directory to improve the configuration and initialization process for the eBPF for Windows project. The most important changes include adding a new Nuget.config file and updating the pre-build.ps1 script to copy the configuration file during the build process.
scripts/onebranch/pre-build.ps1: Updated the pre-build script to copy the new nuget.config file to the root directory before initializing the eBPF repository.
Description
This pull request includes changes to the
scripts/onebranch
directory to improve the configuration and initialization process for the eBPF for Windows project. The most important changes include adding a newNuget.config
file and updating thepre-build.ps1
script to copy the configuration file during the build process.Configuration improvements:
scripts/onebranch/Nuget.config
: Added a new NuGet configuration file to specify package sources for the project.Build process updates:
scripts/onebranch/pre-build.ps1
: Updated the pre-build script to copy the newnuget.config
file to the root directory before initializing the eBPF repository.Testing
CI/CD
Documentation
No
Installation
No.