File tree 1 file changed +2
-2
lines changed
src/MSBuild.Sdk.SqlProj/Sdk
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 157
157
<PreDeploymentScriptArgument >@(PreDeploy->'--predeploy %(Identity)', ' ')</PreDeploymentScriptArgument >
158
158
<PostDeploymentScriptArgument >@(PostDeploy->'--postdeploy %(Identity)', ' ')</PostDeploymentScriptArgument >
159
159
<RefactorLogScriptArgument >@(RefactorLog->'--refactorlog %(Identity)', ' ')</RefactorLogScriptArgument >
160
- <DacpacToolCommand >dotnet $(DacpacToolExe) build $(OutputPathArgument) $(MetadataArguments) $(SqlServerVersionArgument) $(InputFileArguments) $(ReferenceArguments) $(SqlCmdVariableArguments) $(PropertyArguments) $(PreDeploymentScriptArgument) $(PostDeploymentScriptArgument) $(RefactorLogScriptArgument)</DacpacToolCommand >
160
+ <DacpacToolCommand >dotnet " $(DacpacToolExe)" build $(OutputPathArgument) $(MetadataArguments) $(SqlServerVersionArgument) $(InputFileArguments) $(ReferenceArguments) $(SqlCmdVariableArguments) $(PropertyArguments) $(PreDeploymentScriptArgument) $(PostDeploymentScriptArgument) $(RefactorLogScriptArgument)</DacpacToolCommand >
161
161
</PropertyGroup >
162
162
<!-- Run it, except during design-time builds -->
163
163
<Message Importance =" Low" Text =" Running command: $(DacpacToolCommand)" />
184
184
<TargetPasswordArgument Condition =" '$(TargetPassword)'!=''" >-tp " $(TargetPassword)" </TargetPasswordArgument >
185
185
<PropertyArguments >@(DeployPropertyNames->'-p %(Identity)=%(PropertyValue)', ' ')</PropertyArguments >
186
186
<SqlCmdVariableArguments >@(SqlCmdVariable->'-sc %(Identity)=%(Value)', ' ')</SqlCmdVariableArguments >
187
- <DacpacToolCommand >dotnet $(DacpacToolExe) deploy $(InputArgument) $(TargetServerNameArgument) $(TargetDatabaseNameArgument) $(TargetUserArgument) $(TargetPasswordArgument) $(PropertyArguments) $(SqlCmdVariableArguments)</DacpacToolCommand >
187
+ <DacpacToolCommand >dotnet " $(DacpacToolExe)" deploy $(InputArgument) $(TargetServerNameArgument) $(TargetDatabaseNameArgument) $(TargetUserArgument) $(TargetPasswordArgument) $(PropertyArguments) $(SqlCmdVariableArguments)</DacpacToolCommand >
188
188
</PropertyGroup >
189
189
<Message Importance =" Low" Text =" Running command: $(DacpacToolCommand)" />
190
190
<Exec Command =" $(DacpacToolCommand)" />
You can’t perform that action at this time.
0 commit comments