Commit b3a740aa authored by justcoding121's avatar justcoding121 Committed by justcoding121

restore nuget package

parent 35e340f0
......@@ -41,7 +41,7 @@ Task default -depends Clean, Build, Package
Task Build -depends Restore-Packages{
exec { . $MSBuild14 $SolutionFile14 /t:Build /v:normal /p:Configuration=$Configuration }
exec { . $MSBuild $SolutionFile /t:Build /v:normal /p:Configuration=$Configuration }
exec { . $MSBuild $SolutionFile /t:Build /v:normal /p:Configuration=$Configuration /t:restore }
}
Task Package -depends Build {
......@@ -57,7 +57,6 @@ Task Clean -depends Install-BuildTools {
Task Restore-Packages {
exec { . $NuGet restore $SolutionFile14 }
exec { . $NuGet restore $SolutionFile }
}
Task Install-MSBuild {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment