Skip to content

Instantly share code, notes, and snippets.

@giansalex
Created January 26, 2019 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save giansalex/33d02bde019587202f12a1470ea6ca1a to your computer and use it in GitHub Desktop.
Save giansalex/33d02bde019587202f12a1470ea6ca1a to your computer and use it in GitHub Desktop.
ConnectionString ASP.NET MVC for Teams
<Target Name="BeforeBuild">
<Copy SourceFiles="$(ProjectDir)\database.default.config" DestinationFiles="$(ProjectDir)\database.config" Condition="!Exists('$(ProjectDir)\database.config')" />
</Target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment