Skip to content

Commit

Permalink
Enumerate commands
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewfraser committed Feb 14, 2019
1 parent b5fb97c commit 25b653f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ before_build:
build_script:
- dotnet build
before_test:
- bash scripts/restore.sh
- dotnet restore sample/EmptyProject/EmptyProject.fsproj
- dotnet restore sample/MainProject/MainProject.fsproj
- dotnet restore sample/HasLocalDll/HasLocalDll.fsproj
- dotnet restore sample/FSharpKoans.Core/FSharpKoans.Core.fsproj
- dotnet restore sample/HasTests/HasTests.fsproj
- dotnet restore sample/ReferenceCSharp/ReferenceCSharp.fsproj
- dotnet restore sample/ReferenceCSharp.AssemblyName/ReferenceCSharp.AssemblyName.fsproj
- dotnet restore sample/Signature/Signature.fsproj
- dotnet restore sample/HasPackageReference/HasPackageReference.fsproj
- dotnet build sample/CSharpProject/CSharpProject.csproj
- dotnet build sample/CSharpProject.AssemblyName/CSharpProject.AssemblyName.csproj
- dotnet build sample/SlnReferences/ReferencedProject.fsproj
test_script:
- dotnet test

0 comments on commit 25b653f

Please sign in to comment.