Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit e0be7d8

Browse files
authored
Merge pull request #35019 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents d20f3ff + a42c98c commit e0be7d8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/tools/sql-database-projects/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ With the .NET templates for Microsoft.Build.Sql projects installed, you can crea
131131
Use the `-h` option to see all available options.
132132

133133
```bash
134-
# install Microsoft.Build.Sql.Templates
134+
# create a new SQL database project
135135
dotnet new sqlproj -n MyDatabaseProject
136136
```
137137

docs/tools/sql-database-projects/tutorials/create-deploy-sql-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ With the .NET templates for Microsoft.Build.Sql projects installed, you can crea
144144
Use the `-h` option to see all available options.
145145

146146
```bash
147-
# install Microsoft.Build.Sql.Templates
148-
dotnet new sqlproject -n MyDatabaseProject
147+
# create a new SQL database project
148+
dotnet new sqlproj -n MyDatabaseProject
149149
```
150150

151151
::: zone-end

docs/tools/sql-database-projects/tutorials/start-from-existing-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ With the .NET templates for Microsoft.Build.Sql projects installed, you can crea
223223
Use the `-h` option to see all available options.
224224

225225
```bash
226-
# install Microsoft.Build.Sql.Templates
227-
dotnet new sqlproject -n MyDatabaseProject
226+
# create a new SQL database project
227+
dotnet new sqlproj -n MyDatabaseProject
228228
```
229229

230230
::: zone-end

0 commit comments

Comments
 (0)