Skip to content

Commit 3dffe43

Browse files
committed
Update sourcelink configuration
1 parent e306d6d commit 3dffe43

File tree

1 file changed

+7
-27
lines changed

1 file changed

+7
-27
lines changed

src/ImageCaching.Nuke/ImageCaching.Nuke.csproj

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -17,47 +17,27 @@
1717
<Owners>roubachof,cheesebaron</Owners>
1818
<PackageTags>xamarin.ios ios nuke image caching glidex</PackageTags>
1919
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
20+
</PropertyGroup>
21+
22+
<PropertyGroup Condition=" '$(TF_BUILD)' == 'true' OR '$(GITHUB_ACTIONS)' == 'true' ">
23+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
24+
<Deterministic>true</Deterministic>
2025

2126
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2227
<RepositoryUrl>https://github.com/roubachof/NukeProxy</RepositoryUrl>
2328
<RepositoryType>git</RepositoryType>
24-
</PropertyGroup>
2529

26-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
27-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
28-
<IncludeSymbols>true</IncludeSymbols>
29-
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
3030
<EmbedUntrackedSources>true</EmbedUntrackedSources>
31+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
3132

32-
<DesignTimeBuild>false</DesignTimeBuild>
33-
<DebugType>full</DebugType>
34-
<DebugSymbols>true</DebugSymbols>
35-
36-
<GeneratePackageOnBuild Condition=" '$(IsTestProject)' != 'true'">true</GeneratePackageOnBuild>
33+
<DebugType>embedded</DebugType>
3734
</PropertyGroup>
3835

3936
<ItemGroup>
4037
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
4138
<None Include="..\..\nuke_small.png" Pack="true" PackagePath="" />
4239
</ItemGroup>
4340

44-
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
45-
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
46-
<Deterministic>true</Deterministic>
47-
</PropertyGroup>
48-
49-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
50-
<MtouchLink>SdkOnly</MtouchLink>
51-
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
52-
</PropertyGroup>
53-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54-
<MtouchLink>SdkOnly</MtouchLink>
55-
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
56-
</PropertyGroup>
57-
<ItemGroup>
58-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
59-
</ItemGroup>
60-
6141
<ItemGroup>
6242
<ObjcBindingApiDefinition Include="ApiDefinition.cs" />
6343
<ObjcBindingCoreSource Include="Structs.cs" />

0 commit comments

Comments
 (0)