Skip to content

Commit

Permalink
Fix YAML indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
madelson committed Feb 25, 2023
1 parent 2ec0f7d commit 5c8a78b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 5c8a78b

Please sign in to comment.