]> git.deb.at Git - rhonda/impostor.git/commitdiff
Fix appveyor and don't flush to disk
authorAeonLucid <aeonlucid@outlook.com>
Thu, 22 Oct 2020 20:29:13 +0000 (22:29 +0200)
committerAeonLucid <aeonlucid@outlook.com>
Thu, 22 Oct 2020 20:29:13 +0000 (22:29 +0200)
src/Impostor.Server/Impostor.Server.csproj
src/Impostor.Server/Recorder/PacketRecorder.cs

index 7c3f317d1573e08bcf6a43b7a0f0fc4dadd77b6d..cbcbf74cfb2992e3b21c4adf6123d050b3847723 100644 (file)
     </ItemGroup>
 
     <ItemGroup>
-        <Content Include="config.Development.json">
-          <CopyToPublishDirectory>Always</CopyToPublishDirectory>
-          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-          <ExcludeFromSingleFile>true</ExcludeFromSingleFile>
-        </Content>
         <Content Include="config.json">
             <CopyToPublishDirectory>Always</CopyToPublishDirectory>
             <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
index 23be21a5b64ee8d76fe4375f7f8b2743cad2232c..3d418900411c22d8c5bf68929fe1a6b2ec571897 100644 (file)
@@ -173,7 +173,6 @@ namespace Impostor.Server.Recorder
                     data.Position = 0;
 
                     await data.CopyToAsync(_writer);
-                    await _writer.FlushAsync();
                 }
             }
             finally