Skip to content

Commit

Permalink
Builder fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp2masa committed Jan 14, 2018
1 parent 03d12a7 commit 06c814d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/Cosmos.Build.Builder/CosmosTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ protected void MSBuild(string aSlnFile, string aBuildCfg) {
"/nologo " +
"/maxcpucount " +
"/nodeReuse:False " +
"/p:DeployExtension=False " +
$"/p:Configuration={Quoted(aBuildCfg)} " +
$"/p:Platform={Quoted("Any CPU")} " +
$"/p:OutputPath={Quoted(mVsipPath)}";
Expand Down

0 comments on commit 06c814d

Please sign in to comment.