diff --git a/samples/SdkStyleDatabaseProject/nuget.config b/samples/SdkStyleDatabaseProject/nuget.config deleted file mode 100644 index a7fc31e..0000000 --- a/samples/SdkStyleDatabaseProject/nuget.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/samples/SdkStyleDatabaseProject/sample.sqlproj b/samples/SdkStyleDatabaseProject/sample.sqlproj index 2f799f2..181757d 100644 --- a/samples/SdkStyleDatabaseProject/sample.sqlproj +++ b/samples/SdkStyleDatabaseProject/sample.sqlproj @@ -1,6 +1,6 @@ - + sample Microsoft.Data.Tools.Schema.Sql.Sql150DatabaseSchemaProvider diff --git a/src/Microsoft.Build.Sql/README.md b/src/Microsoft.Build.Sql/README.md index 3f0de31..1b5fa75 100644 --- a/src/Microsoft.Build.Sql/README.md +++ b/src/Microsoft.Build.Sql/README.md @@ -8,16 +8,6 @@ This project is in its early stages and we are currently building tests for diff ## Using this SDK -### Add GitHub Packages as Nuget Source -To add GitHub Packages as a package source, you must first generate a Personal Access Token (PAT) with your GitHub credentials. [For more information](https://docs.github.com/packages/working-with-a-github-packages-registry/working-with-the-nuget-registry#authenticating-to-github-packages) -1. You can generate a PAT from here: https://github.com/settings/tokens - * Make sure it has *read:packages* scope -2. Save the PAT to a secure place -3. Run this command to add GitHub Packages as a package source (replace GITHUB_USERNAME and GITHUB_PAT with those of your own): -``` -dotnet nuget add source "https://nuget.pkg.github.com/microsoft/index.json" --name github --username "GITHUB_USERNAME" --password "GITHUB_PAT" --store-password-in-clear-text -``` - ### Changes to .sqlproj file To convert a database project into SDK-style, edit the .sqlproj file by adding ```xml