Julien Lebosquain
3 years ago
No known key found for this signature in database
GPG Key ID: 1833CAD10ACC46FD
5 changed files with
10 additions and
14 deletions
-
build/SourceLink.props
-
nukebuild/Numerge
-
nukebuild/_build.csproj
-
src/tools/Avalonia.Analyzers/Avalonia.Analyzers.csproj
-
src/tools/Avalonia.Generators/Avalonia.Generators.csproj
|
|
|
@ -1,9 +1,9 @@ |
|
|
|
<Project> |
|
|
|
<PropertyGroup> |
|
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl> |
|
|
|
<IncludeSymbols>false</IncludeSymbols> |
|
|
|
<IncludeSymbols>true</IncludeSymbols> |
|
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat> |
|
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources> |
|
|
|
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'"> |
|
|
|
@ -14,10 +14,6 @@ |
|
|
|
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<DebugType Condition="$(ContinuousIntegrationBuild) == 'true'">embedded</DebugType> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
@ -1 +1 @@ |
|
|
|
Subproject commit aef10ae67dc55c95f49b52a505a0be33bfa297a5 |
|
|
|
Subproject commit 7908ee8e8619180d04a4de3b0210c009db400e78 |
|
|
|
@ -8,8 +8,8 @@ |
|
|
|
<NukeTelemetryVersion>1</NukeTelemetryVersion> |
|
|
|
<TargetFramework>net7.0</TargetFramework> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<Import Project="..\build\JetBrains.dotMemoryUnit.props" /> |
|
|
|
|
|
|
|
<Import Project="..\build\JetBrains.dotMemoryUnit.props" /> |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Nuke.Common" Version="6.2.1" /> |
|
|
|
<PackageReference Include="vswhere" Version="2.6.7" Condition=" '$(OS)' == 'Windows_NT' " /> |
|
|
|
@ -32,9 +32,9 @@ |
|
|
|
|
|
|
|
<!-- Common build related files --> |
|
|
|
<Compile Remove="Numerge/**/*.*" /> |
|
|
|
<Compile Include="Numerge/Numerge/**/*.cs" /> |
|
|
|
<EmbeddedResource Include="$(NuGetPackageRoot)sourcelink/1.1.0/tools/pdbstr.exe"></EmbeddedResource> |
|
|
|
<EmbeddedResource Include="../build/avalonia.snk"></EmbeddedResource> |
|
|
|
<Compile Include="Numerge/Numerge/**/*.cs" Exclude="Numerge/Numerge/obj/**/*.cs" /> |
|
|
|
<EmbeddedResource Include="$(NuGetPackageRoot)sourcelink/1.1.0/tools/pdbstr.exe" /> |
|
|
|
<EmbeddedResource Include="../build/avalonia.snk" /> |
|
|
|
<Compile Remove="il-repack\ILRepack\Application.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
@ -43,7 +43,5 @@ |
|
|
|
<Link>dirs.proj</Link> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Project> |
|
|
|
|
|
|
|
@ -5,6 +5,7 @@ |
|
|
|
<PackageId>Avalonia.Analyzers</PackageId> |
|
|
|
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules> |
|
|
|
<IsPackable>true</IsPackable> |
|
|
|
<IncludeSymbols>false</IncludeSymbols> |
|
|
|
<IsRoslynComponent>true</IsRoslynComponent> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
@ -5,6 +5,7 @@ |
|
|
|
<PackageId>Avalonia.Generators</PackageId> |
|
|
|
<DefineConstants>$(DefineConstants);XAMLX_INTERNAL</DefineConstants> |
|
|
|
<IsPackable>true</IsPackable> |
|
|
|
<IncludeSymbols>false</IncludeSymbols> |
|
|
|
<IsRoslynComponent>true</IsRoslynComponent> |
|
|
|
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules> |
|
|
|
</PropertyGroup> |
|
|
|
|