- 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:
<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