File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 29
29
<Compile Include =" Platforms\macOS\**\*.cs" />
30
30
</ItemGroup >
31
31
32
- <!--
32
+ <!--
33
33
<ItemGroup Condition="$(TargetFramework.Contains('windows'))">
34
34
<Compile Include="Platforms\Shared\**\*.cs" />
35
35
<Compile Include="Platforms\Windows\**\*.cs" />
Original file line number Diff line number Diff line change 12
12
<RepositoryUrl >https://github.com/aritchie/userdialogs</RepositoryUrl >
13
13
<RepositoryType >git</RepositoryType >
14
14
</PropertyGroup >
15
+
16
+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
17
+ <IncludeSource >True</IncludeSource >
18
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
19
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
20
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
21
+ <PublishRepositoryUrl >True</PublishRepositoryUrl >
22
+ <EmbedUntrackedSources >True</EmbedUntrackedSources >
23
+ <ContinuousIntegrationBuild Condition =" '$(GITHUB_ACTIONS)' == 'true' OR '$(CI)' == 'true'" >true</ContinuousIntegrationBuild >
24
+ </PropertyGroup >
25
+
15
26
<ItemGroup >
16
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
27
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
17
28
<PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.6.133" >
18
29
<PrivateAssets >all</PrivateAssets >
19
30
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
You can’t perform that action at this time.
0 commit comments