From 5c8a78b67988e2f873f990084e799974702c2a29 Mon Sep 17 00:00:00 2001 From: Michael Adelson Date: Fri, 24 Feb 2023 21:36:32 -0500 Subject: [PATCH] Fix YAML indentation --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7496812..673baf0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,8 +5,8 @@ image: - Ubuntu build_script: - # on linux, it seems like msbuild goes parallel such that if we don't build ProcessSignaler first, we won't have the net45 binary - # to pack into the non-net45 builds + # on linux, it seems like msbuild goes parallel such that if we don't build ProcessSignaler first, we won't have the net45 binary + # to pack into the non-net45 builds - dotnet build MedallionShell.ProcessSignaler/MedallionShell.ProcessSignaler.csproj -c Release - dotnet build MedallionShell.sln -c Release @@ -25,6 +25,6 @@ for: image: "Ubuntu" test_script: - dotnet test MedallionShell.sln -c Release -f net6.0 --no-build - # test mono via the NUnit console runner + # test mono via the NUnit console runner - nuget install NUnit.Console -Version 3.16.3 -OutputDirectory testrunner -Source https://api.nuget.org/v3/index.json - mono ./testrunner/NUnit.ConsoleRunner.3.16.3/tools/nunit3-console.exe ./MedallionShell.Tests/bin/Release/net462/MedallionShell.Tests.dll \ No newline at end of file