Skip to content

Commit 22fb826

Browse files
committed
CLR is compiling and setting auto-version
1 parent db3206a commit 22fb826

18 files changed

Lines changed: 302 additions & 176 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ RUN apt-get update && apt-get install -y curl gnupg software-properties-common \
2222
&& apt-get update \
2323
&& apt-get install -y gh
2424

25+
RUN apt-get update && \
26+
apt-get install -y mono-complete
27+
2528
# Expose any ports the app is expecting to be served on
2629
# EXPOSE 8080
2730

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"ms-mssql.sql-database-projects-vscode",
5050
"ms-mssql.data-workspace-vscode",
5151
"github.vscode-github-actions",
52+
"ms-dotnettools.csdevkit",
5253
]
5354
}
5455
},

Examples/Examples.sqlproj

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build">
3+
<Sdk Name="Microsoft.Build.Sql" Version="0.1.12-preview" />
4+
<PropertyGroup>
5+
<Name>Examples</Name>
6+
<ProjectGuid>{D2F3BB37-831A-4D07-89CC-4B9E1C9E9C07}</ProjectGuid>
7+
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql160DatabaseSchemaProvider</DSP>
8+
<ModelCollation>1033, CI</ModelCollation>
9+
</PropertyGroup>
10+
<Target Name="BeforeBuild">
11+
<Delete Files="$(BaseIntermediateOutputPath)\project.assets.json" />
12+
</Target>
13+
</Project>

Experiments/Experiments.sqlproj

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build">
3+
<Sdk Name="Microsoft.Build.Sql" Version="0.1.12-preview" />
4+
<PropertyGroup>
5+
<Name>Experiments</Name>
6+
<ProjectGuid>{67F0113D-7E17-41F4-961D-FA1E88969F9C}</ProjectGuid>
7+
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql160DatabaseSchemaProvider</DSP>
8+
<ModelCollation>1033, CI</ModelCollation>
9+
</PropertyGroup>
10+
<Target Name="BeforeBuild">
11+
<Delete Files="$(BaseIntermediateOutputPath)\project.assets.json" />
12+
</Target>
13+
</Project>

Source/Source.sqlproj

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build">
3+
<Sdk Name="Microsoft.Build.Sql" Version="0.1.12-preview" />
4+
<PropertyGroup>
5+
<Name>Source</Name>
6+
<ProjectGuid>{57B28F7E-3312-4E55-A6FA-75019BDACA5B}</ProjectGuid>
7+
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql160DatabaseSchemaProvider</DSP>
8+
<ModelCollation>1033, CI</ModelCollation>
9+
</PropertyGroup>
10+
<Target Name="BeforeBuild">
11+
<Delete Files="$(BaseIntermediateOutputPath)\project.assets.json" />
12+
</Target>
13+
</Project>

TestUtil/TestUtil.sqlproj

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build">
3+
<Sdk Name="Microsoft.Build.Sql" Version="0.1.12-preview" />
4+
<PropertyGroup>
5+
<Name>TestUtil</Name>
6+
<ProjectGuid>{175C322C-24CB-461E-93CD-B47DB6141A87}</ProjectGuid>
7+
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql160DatabaseSchemaProvider</DSP>
8+
<ModelCollation>1033, CI</ModelCollation>
9+
</PropertyGroup>
10+
<Target Name="BeforeBuild">
11+
<Delete Files="$(BaseIntermediateOutputPath)\project.assets.json" />
12+
</Target>
13+
</Project>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build">
3+
<Sdk Name="Microsoft.Build.Sql" Version="0.1.12-preview" />
4+
<PropertyGroup>
5+
<Name>TestUtilTests</Name>
6+
<ProjectGuid>{89304D64-1E01-4AA2-8A2A-646042F96D81}</ProjectGuid>
7+
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql160DatabaseSchemaProvider</DSP>
8+
<ModelCollation>1033, CI</ModelCollation>
9+
</PropertyGroup>
10+
<Target Name="BeforeBuild">
11+
<Delete Files="$(BaseIntermediateOutputPath)\project.assets.json" />
12+
</Target>
13+
</Project>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build">
3+
<Sdk Name="Microsoft.Build.Sql" Version="0.1.12-preview" />
4+
<PropertyGroup>
5+
<Name>Tests.EXTERNAL_ACCESS</Name>
6+
<ProjectGuid>{F7261171-19E3-441E-9622-9472A4792AE9}</ProjectGuid>
7+
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql160DatabaseSchemaProvider</DSP>
8+
<ModelCollation>1033, CI</ModelCollation>
9+
</PropertyGroup>
10+
<Target Name="BeforeBuild">
11+
<Delete Files="$(BaseIntermediateOutputPath)\project.assets.json" />
12+
</Target>
13+
</Project>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build">
3+
<Sdk Name="Microsoft.Build.Sql" Version="0.1.12-preview" />
4+
<PropertyGroup>
5+
<Name>Tests.EXTERNAL_ACCESS_KEY_EXISTS</Name>
6+
<ProjectGuid>{AB42824F-D996-4DCA-89B1-A50D9EBE95A4}</ProjectGuid>
7+
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql160DatabaseSchemaProvider</DSP>
8+
<ModelCollation>1033, CI</ModelCollation>
9+
</PropertyGroup>
10+
<Target Name="BeforeBuild">
11+
<Delete Files="$(BaseIntermediateOutputPath)\project.assets.json" />
12+
</Target>
13+
</Project>

Tests.SA/Tests.SA.sqlproj

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build">
3+
<Sdk Name="Microsoft.Build.Sql" Version="0.1.12-preview" />
4+
<PropertyGroup>
5+
<Name>Tests.SA</Name>
6+
<ProjectGuid>{4183AC53-E498-4F50-9B76-2DDB36DBAA83}</ProjectGuid>
7+
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql160DatabaseSchemaProvider</DSP>
8+
<ModelCollation>1033, CI</ModelCollation>
9+
</PropertyGroup>
10+
<Target Name="BeforeBuild">
11+
<Delete Files="$(BaseIntermediateOutputPath)\project.assets.json" />
12+
</Target>
13+
</Project>

0 commit comments

Comments
 (0)