mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-17 17:23:48 -05:00
* Add support to save publish profile * Address comments * Update dacfx nuget package version * Fix test * Address comments * Resolve package.props conflict * Add content verification in test and use handler methods instead of try-catch * Address comments
13 lines
469 B
XML
13 lines
469 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<TargetDatabaseName>testDb</TargetDatabaseName>
|
|
<TargetConnectionString>testConnString</TargetConnectionString>
|
|
<ProfileVersionNumber>1</ProfileVersionNumber>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<SqlCmdVariable Include="testvar">
|
|
<Value>testval</Value>
|
|
</SqlCmdVariable>
|
|
</ItemGroup>
|
|
</Project> |