-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding the localcontainer publish file as it's needed the first time …
…the azure sql is spinned up or if as i do you don't want to use persistent volumes
- Loading branch information
Showing
3 changed files
with
59 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
src/Blazorpong.Database.AzureSql/Blazorpong.Database.AzureSql.localcontainer.publish.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<IncludeCompositeObjects>True</IncludeCompositeObjects> | ||
<TargetDatabaseName>pongfreesqlserver</TargetDatabaseName> | ||
<DeployScriptFileName>Blazorpong.Database.AzureSql.sql</DeployScriptFileName> | ||
<TargetConnectionString>Data Source=localhost,1433;Persist Security Info=True;User ID=sa;Pooling=False;Multiple Active Result Sets=False;Connect Timeout=60;Encrypt=False;Trust Server Certificate=True;Command Timeout=0</TargetConnectionString> | ||
<BlockWhenDriftDetected>False</BlockWhenDriftDetected> | ||
<RegisterDataTierApplication>False</RegisterDataTierApplication> | ||
<ProfileVersionNumber>1</ProfileVersionNumber> | ||
</PropertyGroup> | ||
</Project> |