Skip to content

Commit 52ab44b

Browse files
committed
Fixed SQL Cmdlets installer fix
Fixed SQL Cmdlets installer fix
1 parent cc4f7b0 commit 52ab44b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

setup/azurecmdfiles.wxi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2077,6 +2077,9 @@
20772077
<Component Id="cmp55FEE041CC305952FE17E655815CE51A" Guid="*">
20782078
<File Id="fil14F4B8C7E95C606DDDE47BE166D9F241" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Sql\Microsoft.Azure.Commands.Sql.format.ps1xml" />
20792079
</Component>
2080+
<Component Id="cmpF23457BA331434DDB0815F84746FD1E7" Guid="*">
2081+
<File Id="fil1972DDA29C9A5FC7D61122B5F5E1D84B" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Sql\Microsoft.Azure.Commands.Sql.Types.ps1xml" />
2082+
</Component>
20802083
<Component Id="cmp057F4C8C0E8E8DB3E57FD8B64885B30F" Guid="*">
20812084
<File Id="fil17C8016A3D5AA097BE35FB83C7539AB9" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Sql\Microsoft.Azure.Commands.Tags.dll" />
20822085
</Component>
@@ -5475,6 +5478,7 @@
54755478
<ComponentRef Id="cmp56F52674BB946225BB64533814DCF37F" />
54765479
<ComponentRef Id="cmp499092B04619C0EDE4686B78E1128605" />
54775480
<ComponentRef Id="cmp55FEE041CC305952FE17E655815CE51A" />
5481+
<ComponentRef Id="cmpF23457BA331434DDB0815F84746FD1E7" />
54785482
<ComponentRef Id="cmp057F4C8C0E8E8DB3E57FD8B64885B30F" />
54795483
<ComponentRef Id="cmpC6D3C91080AD47682B7959EF9DF193D3" />
54805484
<ComponentRef Id="cmpD7CC32C127B6074C2D5CA20EAA1B14A0" />

src/ResourceManager/Sql/Commands.Sql/Commands.Sql.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
<DesignTime>True</DesignTime>
6565
<DependentUpon>Resources.resx</DependentUpon>
6666
</Compile>
67+
<Content Include="Microsoft.Azure.Commands.Sql.format.ps1xml">
68+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
69+
</Content>
6770
<None Include="packages.config">
6871
<SubType>Designer</SubType>
6972
</None>

0 commit comments

Comments
 (0)