Skip to content

Instantly share code, notes, and snippets.

@matt40k
Created February 2, 2016 23:47
Show Gist options
  • Save matt40k/1c1999ec349d00018037 to your computer and use it in GitHub Desktop.
Save matt40k/1c1999ec349d00018037 to your computer and use it in GitHub Desktop.
Example of a publish file to pass SqlCmdVariable to DacPac
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<SqlCmdVariable Include="ODS">
<Value>ODS</Value>
</SqlCmdVariable>
<SqlCmdVariable Include="Staging">
<Value>Staging</Value>
</SqlCmdVariable>
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment