Skip to content

Commit

Permalink
Fixing up the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Sep 12, 2018
1 parent 57db158 commit 32eb890
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Build-Release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ if (-not $?)
throw "The MSBuild process returned an error code."
}

#restore nuget packages
Write-Host "Restoring nuget packages..."
& $NuGet restore $SolutionPath

#build for all deploys

# for net 4.0
Expand Down

0 comments on commit 32eb890

Please sign in to comment.