Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andreas Müller
PowerAlarm API
Commits
6aeefd59
Commit
6aeefd59
authored
Jul 26, 2022
by
Andreas Müller
Browse files
Making package deterministic
parent
95443c4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMWD.Net.Api.PowerAlarm/AMWD.Net.Api.PowerAlarm.csproj
View file @
6aeefd59
...
...
@@ -15,7 +15,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<
ContinuousIntegrationBuild>true</ContinuousIntegrationBuild
>
<
EmbedUntrackedSources>false</EmbedUntrackedSources
>
<PackageId>AMWD.Net.Api.PowerAlarm</PackageId>
<PackageIcon>package-icon.png</PackageIcon>
...
...
@@ -23,6 +23,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://gitlab.com/blackpanther/poweralarm-api.git</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<Product>AM.WD API for PowerAlarm</Product>
<Description>API implementation for PowerAlarm (poweralarm.de)</Description>
...
...
@@ -32,11 +33,19 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<PropertyGroup Condition="'$(CI)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<ItemGroup>
<None Include="../package-icon.png" Pack="true" PackagePath="/" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitLab" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.4.2">
<PrivateAssets>all</PrivateAssets>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment