Skip to content
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.

Commit

Permalink
restore SF nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cwe1ss committed Aug 15, 2017
1 parent 7274d0c commit f095506
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-definition.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ Task dotnet-install {

Task dotnet-build {

# This is here as a workaround until there's no more classic nuget dependencies.
# (e.g. Service Fabric applications)
exec { nuget restore }

$versionSuffixArg = if ([String]::IsNullOrWhiteSpace($BuildNumber)) { "" } else { "--version-suffix $BuildNumber" }

# --no-incremental to ensure that CI builds always result in a clean build
Expand Down

0 comments on commit f095506

Please sign in to comment.