Skip to content

Commit 1a1ba5a

Browse files
committed
Enable sc publish by default
1 parent 6303e3a commit 1a1ba5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

VSCode2Msi.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<Version>2.0.0</Version>
99

1010
<PublishSingleFile>true</PublishSingleFile>
11-
<PublishSelfContained>false</PublishSelfContained>
12-
<PublishReadyToRun>false</PublishReadyToRun>
11+
<PublishSelfContained>true</PublishSelfContained>
12+
<PublishReadyToRun>true</PublishReadyToRun>
1313
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
1414
<DebugType>embedded</DebugType>
1515

0 commit comments

Comments
 (0)