Commit e6cc23b 1 parent e3a4fad commit e6cc23b Copy full SHA for e6cc23b
File tree 7 files changed +24
-26
lines changed
7 files changed +24
-26
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net462;netstandard2.0;netcoreapp3.1;net6.0</TargetFrameworks >
5
- <IsPackable >true</IsPackable >
6
5
</PropertyGroup >
7
6
8
7
<PropertyGroup >
8
+ <IsPackable >true</IsPackable >
9
+ <PackageId >Dax.Metadata</PackageId >
10
+ <PackageProjectUrl >https://github.com/sql-bi/VertiPaq-Analyzer/tree/master/src/Dax.Metadata</PackageProjectUrl >
9
11
<Title >Dax.Metadata</Title >
10
12
<Description >Tabular model object model including statistics from DMV and data distribution for VertiPaq Analyzer and other tools</Description >
11
- <PackageId >Dax.Metadata</PackageId >
12
13
</PropertyGroup >
13
14
14
15
<PropertyGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net462;netcoreapp3.1;net6.0</TargetFrameworks >
5
- <IsPackable >true</IsPackable >
6
5
</PropertyGroup >
7
6
8
7
<PropertyGroup >
8
+ <IsPackable >true</IsPackable >
9
+ <PackageId >Dax.Model.Extractor</PackageId >
10
+ <PackageProjectUrl >https://github.com/sql-bi/VertiPaq-Analyzer/tree/master/src/Dax.Model.Extractor</PackageProjectUrl >
9
11
<Title >Dax.Model.Extractor</Title >
10
12
<Description >Populate a Dax.Model extracting data from TOM and Analysis Services</Description >
11
- <PackageId >Dax.Model.Extractor</PackageId >
12
13
</PropertyGroup >
13
14
14
15
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net462;netstandard2.0;netcoreapp3.1;net6.0</TargetFrameworks >
5
- <IsPackable >true</IsPackable >
6
5
</PropertyGroup >
7
6
8
7
<PropertyGroup >
8
+ <IsPackable >true</IsPackable >
9
+ <PackageId >Dax.ViewModel</PackageId >
10
+ <PackageProjectUrl >https://github.com/sql-bi/VertiPaq-Analyzer/tree/master/src/Dax.ViewModel</PackageProjectUrl >
9
11
<Title >Dax.ViewModel</Title >
10
12
<Description >ViewModel to display in a VertiPaq Analyzer viewer the Dax.Model data</Description >
11
- <PackageId >Dax.ViewModel</PackageId >
12
13
</PropertyGroup >
13
14
14
15
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net462;netstandard2.0;netcoreapp3.1;net6.0</TargetFrameworks >
5
- <IsPackable >true</IsPackable >
6
5
</PropertyGroup >
7
6
8
7
<PropertyGroup >
8
+ <IsPackable >true</IsPackable >
9
+ <PackageId >Dax.ViewVpaExport</PackageId >
10
+ <PackageProjectUrl >https://github.com/sql-bi/VertiPaq-Analyzer/tree/master/src/Dax.ViewVpaExport</PackageProjectUrl >
9
11
<Title >Dax.ViewVpaExport</Title >
10
12
<Description >Views over Dax.Model data to support export in a VertiPaq Analyzer file</Description >
11
- <PackageId >Dax.ViewVpaExport</PackageId >
12
13
</PropertyGroup >
13
14
14
15
<ItemGroup >
Original file line number Diff line number Diff line change 14
14
15
15
<PropertyGroup >
16
16
<IsPackable >true</IsPackable >
17
- <PackAsTool >true</PackAsTool >
18
- <ToolCommandName >vpax</ToolCommandName >
19
17
<PackageId >Dax.Vpax.CLI</PackageId >
20
18
<PackageProjectUrl >https://github.com/sql-bi/VertiPaq-Analyzer/tree/master/src/Dax.Vpax.CLI</PackageProjectUrl >
21
19
<Title >VertiPaq Analyzer CLI</Title >
22
20
<Description >VertiPaq Analyzer Command Line Tool</Description >
23
- <DebugType >embedded</DebugType >
24
- <EmbedUntrackedSources >true</EmbedUntrackedSources >
25
- <!-- override IncludeSymbols from Directory.Build.props -->
26
- <IncludeSymbols >false</IncludeSymbols >
21
+ </PropertyGroup >
22
+
23
+ <PropertyGroup >
24
+ <PackAsTool >true</PackAsTool >
25
+ <ToolCommandName >vpax</ToolCommandName >
27
26
</PropertyGroup >
28
27
29
28
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >net462;netcoreapp3.1;net6.0</TargetFrameworks >
5
- <IsPackable >true</IsPackable >
6
5
</PropertyGroup >
7
6
8
7
<PropertyGroup >
8
+ <IsPackable >true</IsPackable >
9
+ <PackageId >Dax.Vpax</PackageId >
10
+ <PackageProjectUrl >https://github.com/sql-bi/VertiPaq-Analyzer/tree/master/src/Dax.Vpax</PackageProjectUrl >
9
11
<Title >Dax.Vpax</Title >
10
12
<Description >Save and load VPAX files</Description >
11
- <PackageId >Dax.Vpax</PackageId >
12
13
</PropertyGroup >
13
14
14
15
<ItemGroup >
Original file line number Diff line number Diff line change 16
16
<Company >SQLBI</Company >
17
17
<Authors >Marco Russo</Authors >
18
18
<Product >VertiPaq Analyzer</Product >
19
- <!-- Summary>...</Summary-->
20
- <!-- Copyright>Copyright ©</Copyright-->
21
19
<PackageTags >VPAX;DAX;VERTIPAQ;ANALYZER</PackageTags >
22
20
<PackageIcon >package-icon.png</PackageIcon >
23
21
<PackageReadmeFile >README.md</PackageReadmeFile >
24
22
<PackageLicenseExpression >MIT</PackageLicenseExpression >
25
- <PackageProjectUrl >https://github.com/sql-bi/VertiPaq-Analyzer</PackageProjectUrl >
26
- <RepositoryType >git</RepositoryType >
27
23
<RepositoryUrl >https://github.com/sql-bi/VertiPaq-Analyzer</RepositoryUrl >
24
+ <RepositoryType >git</RepositoryType >
25
+ <RepositoryBranch >master</RepositoryBranch >
28
26
<PublishRepositoryUrl >true</PublishRepositoryUrl >
29
- <EmbedUntrackedSources >true</EmbedUntrackedSources >
30
- <IncludeSymbols >true</IncludeSymbols >
31
- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
32
- <!-- Package Validation-->
33
- <!-- EnablePackageValidation>true</EnablePackageValidation-->
34
- <!-- PackageValidationBaselineVersion>1.2.15</PackageValidationBaselineVersion-->
27
+ <DebugType >embedded</DebugType >
28
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
35
29
</PropertyGroup >
36
30
37
31
<PropertyGroup Condition =" '$(TF_BUILD)' == 'true'" >
You can’t perform that action at this time.
0 commit comments