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
-[x] Bug: `scripts/publish.sh` (which calls `ps1/New-Release.ps1` internally) produces the error below. We do not want self-contained executables anywhere and I've attempted to disable it, but I'm still getting this error. Find out how to actually disable self contained executables to fix this error.
2
-
```
3
-
Publishing.
4
-
MSBuild version 17.14.10+8b8e13593 for .NET Framework
5
-
C:\Program Files\dotnet\sdk\9.0.300\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.targets(1379,5): error NETSDK1150: The referenced proj
6
-
ect '..\SqlNotebookCmd\SqlNotebookCmd.csproj' is a non self-contained executable. A non self-contained executable cannot be referenced by
7
-
a self-contained executable. For more information, see https://aka.ms/netsdk1150 [C:\Projects\sqlnotebook\src\SqlNotebook\SqlNotebook.cspr
8
-
oj]
9
-
Failed to publish.
10
-
At C:\Projects\sqlnotebook\ps1\New-Release.ps1:97 char:5
11
-
+ throw "Failed to publish."
12
-
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
13
-
+ CategoryInfo : OperationStopped: (Failed to publish.:String) [], RuntimeException
0 commit comments