Skip to content

Commit

Permalink
Fix: Double quotes escape is not respected when unit tests are running
Browse files Browse the repository at this point in the history
  • Loading branch information
Splaxi committed May 15, 2024
1 parent 1436479 commit 532150d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
E.g. "*</Element>*"
.EXAMPLE
PS C:\> Repair-BacpacModelQualifier -Path c:\temp\model.xml -OutputPath c:\temp\repaired_model.xml -Search "*<Element Type=\"SqlRoleMembership\">*" -Qualifier "*<References Name=*ms_db_configwriter*" -End "*</Element>*"
PS C:\> Repair-BacpacModelQualifier -Path c:\temp\model.xml -OutputPath c:\temp\repaired_model.xml -Search '*<Element Type="SqlRoleMembership">*' -Qualifier "*<References Name=*ms_db_configwriter*" -End "*</Element>*"
This will remove the below section from the model file
Expand Down

0 comments on commit 532150d

Please sign in to comment.