Skip to content

Commit

Permalink
Copy install.sql to bin on build
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianEdwards committed Apr 18, 2013
1 parent c85d41e commit fc0f5f0
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -97,7 +97,9 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="install.sql" />
<EmbeddedResource Include="install.sql">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="send.sql" />
Expand Down

0 comments on commit fc0f5f0

Please sign in to comment.