-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change default target framework to netstandard2.1 (#391)
* Add pr-validation * Add DacFx.sln to tests * Add dotnet pack command * Change default target to netstandard2.1 * Add NetcoreBuild property * Add a test for #330 * Check for dotnet in DOTNET_INSTALL_DIR * Use /usr/share/dotnet * Change dotnet variable and fail fast * Fix matrix * Add dotnet restore * Add target framework to dotnet restore * Revert yml changes * Try matrix again * Change fail fast to false * Add target framework * Add test for #278 * Move target framework to sdk.props
- Loading branch information
Showing
7 changed files
with
89 additions
and
2 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
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
9 changes: 9 additions & 0 deletions
9
...Microsoft.Build.Sql.Tests/TestData/VerifyBuildWithTransitiveProjectReferences/A/A.sqlproj
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,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build"> | ||
<Sdk Name="Microsoft.Build.Sql" Version="1.0.0" /> | ||
<PropertyGroup> | ||
<Name>A</Name> | ||
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql150DatabaseSchemaProvider</DSP> | ||
<ModelCollation>1033, CI</ModelCollation> | ||
</PropertyGroup> | ||
</Project> |
9 changes: 9 additions & 0 deletions
9
...Microsoft.Build.Sql.Tests/TestData/VerifyBuildWithTransitiveProjectReferences/B/B.sqlproj
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,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build"> | ||
<Sdk Name="Microsoft.Build.Sql" Version="1.0.0" /> | ||
<PropertyGroup> | ||
<Name>B</Name> | ||
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql150DatabaseSchemaProvider</DSP> | ||
<ModelCollation>1033, CI</ModelCollation> | ||
</PropertyGroup> | ||
</Project> |
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