Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
alexrp opened this issue Jun 22, 2021 · 1 comment
Labels
area: sdk Issues related to the MSBuild SDK.

Comments

@alexrp
Copy link
Member

alexrp commented Jun 22, 2021

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 alexrp added type: feature state: approved Enhancements and tasks that have been approved. area: sdk Issues related to the MSBuild SDK. labels Jun 22, 2021
@alexrp alexrp self-assigned this Jun 22, 2021
@alexrp alexrp added state: deliberation Issues that require design work and/or discussion. and removed state: approved Enhancements and tasks that have been approved. labels Jun 22, 2021
@alexrp alexrp modified the milestones: 2.0.0, 2.0, 3.0 Jun 30, 2021
@alexrp alexrp added state: invalid and removed state: deliberation Issues that require design work and/or discussion. labels Jul 21, 2021
@alexrp
Copy link
Member Author

alexrp commented Jul 21, 2021

@alexrp alexrp closed this as completed Jul 21, 2021
@alexrp alexrp removed this from the v3.0 milestone Jul 22, 2021
@alexrp alexrp closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2022
@alexrp alexrp removed their assignment Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: sdk Issues related to the MSBuild SDK.
Development

No branches or pull requests

1 participant