]> git.deb.at Git - rhonda/impostor.git/commitdiff
AppVeyor
authorAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 12:44:43 +0000 (14:44 +0200)
committerAeonLucid <aeonlucid@gmail.com>
Wed, 14 Oct 2020 12:44:43 +0000 (14:44 +0200)
appveyor.yml
src/Impostor.Server/ProjectRules.ruleset

index 7ab55ffaefb3761d0a0b4fefb13f21495235ab49..d25d177c2d6c8d99d6cb21b772dd3760ec3dfe52 100644 (file)
@@ -42,7 +42,7 @@ build_script:
   - dotnet publish -c release -o ./build/win-x64 -f net5.0 -r win-x64 --self-contained --no-restore ./src/Impostor.Server/Impostor.Server.csproj /p:PublishSingleFile=true
 
 test_script:
-  - dotnet test --logger:Appveyor --no-build --no-restore -v normal -f net5.0 -c Release "src/Impostor.Tests"
+  - dotnet test --no-build --no-restore -v normal -f net5.0 -c Release "src/Impostor.Tests"
 
 only_commits:
   files:
index d2b2f2f455f2822e3fe7124d8142961f6d6d95a6..f3b4dc545ab4a3f5d29a7e1c5ccd4cfeb1acba7f 100644 (file)
@@ -14,4 +14,7 @@
     <Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.CSharp.NamingRules">
         <Rule Id="SA1309" Action="None" />
     </Rules>
+    <Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.CSharp.SpacingRules">
+        <Rule Id="SA1009" Action="None" />
+    </Rules>
 </RuleSet>
\ No newline at end of file