|
17 | 17 | <Owners>roubachof,cheesebaron</Owners> |
18 | 18 | <PackageTags>xamarin.ios ios nuke image caching glidex</PackageTags> |
19 | 19 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
| 20 | + </PropertyGroup> |
| 21 | + |
| 22 | + <PropertyGroup Condition=" '$(TF_BUILD)' == 'true' OR '$(GITHUB_ACTIONS)' == 'true' "> |
| 23 | + <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
| 24 | + <Deterministic>true</Deterministic> |
20 | 25 |
|
21 | 26 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
22 | 27 | <RepositoryUrl>https://github.com/roubachof/NukeProxy</RepositoryUrl> |
23 | 28 | <RepositoryType>git</RepositoryType> |
24 | | - </PropertyGroup> |
25 | 29 |
|
26 | | - <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
27 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
28 | | - <IncludeSymbols>true</IncludeSymbols> |
29 | | - <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
30 | 30 | <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 31 | + <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
31 | 32 |
|
32 | | - <DesignTimeBuild>false</DesignTimeBuild> |
33 | | - <DebugType>full</DebugType> |
34 | | - <DebugSymbols>true</DebugSymbols> |
35 | | - |
36 | | - <GeneratePackageOnBuild Condition=" '$(IsTestProject)' != 'true'">true</GeneratePackageOnBuild> |
| 33 | + <DebugType>embedded</DebugType> |
37 | 34 | </PropertyGroup> |
38 | 35 |
|
39 | 36 | <ItemGroup> |
40 | 37 | <None Include="..\..\LICENSE" Pack="true" PackagePath="" /> |
41 | 38 | <None Include="..\..\nuke_small.png" Pack="true" PackagePath="" /> |
42 | 39 | </ItemGroup> |
43 | 40 |
|
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 | | - |
61 | 41 | <ItemGroup> |
62 | 42 | <ObjcBindingApiDefinition Include="ApiDefinition.cs" /> |
63 | 43 | <ObjcBindingCoreSource Include="Structs.cs" /> |
|
0 commit comments