Skip to content

Commit c9baa5e

Browse files
committed
Remove script promotion from sample
1 parent d0062a6 commit c9baa5e

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

samples/sql-persistence/simple/SqlPersistence_7/ServerShared/SqlPersistenceSettings.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
MsSqlServerScripts = true,
77
MySqlScripts = true,
88
OracleScripts = true,
9-
PostgreSqlScripts = true,
10-
ScriptPromotionPath = "$(SolutionDir)PromotedSqlScripts")]
9+
PostgreSqlScripts = true)]
1110

1211
#endregion

samples/sql-persistence/simple/SqlPersistence_8/ServerShared/SqlPersistenceSettings.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
MsSqlServerScripts = true,
77
MySqlScripts = true,
88
OracleScripts = true,
9-
PostgreSqlScripts = true,
10-
ScriptPromotionPath = "$(SolutionDir)PromotedSqlScripts")]
9+
PostgreSqlScripts = true)]
1110

1211
#endregion

samples/sql-persistence/simple/SqlPersistence_9/ServerShared/SqlPersistenceSettings.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
MsSqlServerScripts = true,
77
MySqlScripts = true,
88
OracleScripts = true,
9-
PostgreSqlScripts = true,
10-
ScriptPromotionPath = "$(SolutionDir)PromotedSqlScripts")]
9+
PostgreSqlScripts = true)]
1110

1211
#endregion

samples/sql-persistence/simple/sample.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ These scripts will be copied to the output of each endpoint and executed at star
5050

5151
The endpoints know which scripts to execute via the `persistence.SqlVariant();` API at configuration time.
5252

53-
The scripts produced in this sample are promoted to `$(SolutionDir)PromotedSqlScripts`.
54-
5553
snippet: SqlPersistenceSettings
5654

5755

0 commit comments

Comments
 (0)