Skip to content

Commit

Permalink
Build some
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewfraser committed Apr 29, 2019
1 parent 89ee5d0 commit 6a4b8c9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# Restore test projects

echo 'Restoring sample projects...'
dotnet restore sample/CSharpProject.AssemblyName/CSharpProject.AssemblyName.csproj
dotnet restore sample/CSharpProject/CSharpProject.csproj
dotnet restore sample/EmptyProject/EmptyProject.fsproj
dotnet restore sample/FSharpKoans.Core/FSharpKoans.Core.fsproj
dotnet restore sample/HasLocalDll/HasLocalDll.fsproj
Expand All @@ -15,4 +13,7 @@ dotnet restore sample/ReferenceCSharp.AssemblyName/ReferenceCSharp.AssemblyName.
dotnet restore sample/ReferenceCSharp/ReferenceCSharp.fsproj
dotnet restore sample/Signature/Signature.fsproj
dotnet restore sample/SlnReferences/ReferencedProject.fsproj
dotnet restore sample/TemplateParams/TemplateParams.fsproj
dotnet restore sample/TemplateParams/TemplateParams.fsproj
# These need to be built, not restored
dotnet build sample/CSharpProject/CSharpProject.csproj
dotnet build sample/CSharpProject.AssemblyName/CSharpProject.AssemblyName.csproj

0 comments on commit 6a4b8c9

Please sign in to comment.