Skip to content

Commit df30a9f

Browse files
committed
Prepare tasks
1 parent 57cf71a commit df30a9f

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

project/TASKS.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +0,0 @@
1-
- [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
14-
+ FullyQualifiedErrorId : Failed to publish.
15-
```

0 commit comments

Comments
 (0)