microsoft / wdkmetadata

Tooling to generate metadata for Win32 APIs in the Windows Driver Kit (WDK).
Other
96 stars 10 forks source link

Seperate Restore and Build tasks #84

Closed philnach closed 5 days ago

philnach commented 1 week ago

dotnet build does an implicit restore. This change separates out the restore from the build steps to explicitly provide a nuget.config file.

What's changes:

  1. Separate out restore from the build steps to explicitly provide nuget.config file.
  2. Save binlog files to build output for easier build debugging.
  3. Minor if flip to make vscode happy.

How Tested: Ran PR build multiple times and confirmed successful output.