vezel-dev / zig-sdk

An MSBuild SDK for building Zig, C, and C++ projects using the Zig compiler.
https://docs.vezel.dev/zig-sdk
BSD Zero Clause License
63 stars 2 forks source link

Investigate whether we need to do anything special for `dotnet publish` to work #16

Closed alexrp closed 3 years ago

alexrp commented 3 years ago

It seems to be fine:

$ dotnet publish
Microsoft (R) Build Engine version 17.0.0-preview-21302-02+018bed83d for .NET
Copyright (C) Microsoft Corporation. All rights reserved.

  Determining projects to restore...
  All projects are up-to-date for restore.
  You are using a preview version of .NET. See: https://aka.ms/dotnet-core-preview
  clib -> C:\Users\alex\source\repos\zig-msbuild-sdk\src\samples\clib\bin\Debug\win-x64\clib.dll
  clib -> C:\Users\alex\source\repos\zig-msbuild-sdk\src\samples\clib\bin\Debug\win-x64\publish\

~/source/repos/zig-msbuild-sdk/src/samples/clib  master
$ ls bin/Debug/win-x64/publish/
clib.dll  clib.pdb

But there may be edge cases we aren't covering.

This might tie into:

alexrp commented 3 years ago

Closing; see: