Skip to content

Commit f8bc0bd

Browse files
committed
(hopefully) fix appcenter builds
1 parent b2649b8 commit f8bc0bd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Signal-Windows.Lib/SignalLibHandle.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ internal class SignalLibHandle : ISignalLibHandle
102102
private ISignalFrontend MainWindow;
103103
private Task IncomingMessagesTask;
104104
private Task OutgoingMessagesTask;
105-
internal OutgoingMessages OutgoingMessages;
106105
private SignalServiceMessageReceiver MessageReceiver;
107106
public BlockingCollection<ISendable> OutgoingQueue = new BlockingCollection<ISendable>(new ConcurrentQueue<ISendable>());
108107
private EventWaitHandle GlobalResetEvent;

Signal-Windows/Signal-Windows.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
5+
<AppxSymbolPackageEnabled>true</AppxSymbolPackageEnabled>
56
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
67
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
78
<ProjectGuid>{41736A64-5B66-44AF-879A-501192A46920}</ProjectGuid>

0 commit comments

Comments
 (0)