Skip to content

Commit

Permalink
Update nuget properties
Browse files Browse the repository at this point in the history
  • Loading branch information
albertospelta committed Nov 16, 2024
1 parent b002bea commit e53108e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/Dax.Formatter/Dax.Formatter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@
<PackageIcon>package-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIconUrl>https://raw.githubusercontent.com/sql-bi/DaxFormatter/master/src/package-icon.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/sql-bi/DaxFormatter</PackageProjectUrl>
<RepositoryUrl>https://github.com/sql-bi/DaxFormatter</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryBranch>master</RepositoryBranch>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Deterministic>true</Deterministic>
<DebugType>embedded</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

Expand Down

0 comments on commit e53108e

Please sign in to comment.