Skip to content

Commit

Permalink
updated default.ps1 to not perform nuget restore by default since pac…
Browse files Browse the repository at this point in the history
…kages are bundled
  • Loading branch information
Todd A. Wood committed Feb 8, 2017
1 parent c2e3945 commit 653477f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.ps1
Expand Up @@ -10,7 +10,7 @@ task Test -depends Compile {

}

task Compile -depends Clean, Restore {
task Compile -depends Clean {
Exec { msbuild /t:build /v:n /p:Configuration=$config $sln }
}

Expand Down

0 comments on commit 653477f

Please sign in to comment.