Skip to content

Commit

Permalink
Restore using dotnet rather than nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt committed Apr 26, 2017
1 parent dd01c63 commit aef96d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Expand Up @@ -5,7 +5,7 @@ function Clean-Output

function Restore-Packages
{
& nuget restore
& dotnet restore
}

function Update-AssemblyInfo($version)
Expand Down

0 comments on commit aef96d5

Please sign in to comment.