Skip to content

Commit

Permalink
remove /restore
Browse files Browse the repository at this point in the history
  • Loading branch information
david1995 committed Oct 1, 2018
1 parent 3a4609c commit fc117b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.vs2015.ps1
Expand Up @@ -21,4 +21,4 @@ $msbuildPath = "C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe"
# }

& nuget restore ./SpecFlow.VisualStudio.2015.sln
& $msbuildPath /Restore ./SpecFlow.VisualStudio.2015.sln /property:Configuration=$Configuration /binaryLogger:msbuild.$Configuration.binlog /nodeReuse:false
& $msbuildPath ./SpecFlow.VisualStudio.2015.sln /property:Configuration=$Configuration /binaryLogger:msbuild.$Configuration.binlog /nodeReuse:false

0 comments on commit fc117b6

Please sign in to comment.