Skip to content

Commit 7ab9e1d

Browse files
authored
Merge branch 'main' into opacitymaskview-experiment
2 parents cf3ead9 + 85c7f6d commit 7ab9e1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
env:
2020
DOTNET_VERSION: ${{ '9.0.x' }}
21-
ENABLE_DIAGNOSTICS: false
21+
ENABLE_DIAGNOSTICS: true
2222
#COREHOST_TRACE: 1
2323
MSBUILD_VERBOSITY: normal
2424
COREHOST_TRACEFILE: corehosttrace.log

components/AppServices/src/CommunityToolkit.AppServices.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<None Include="CommunityToolkit.Labs.AppServices.targets" PackagePath="build" Pack="true" />
5454

5555
<!-- Pack the source generator to the right package folder -->
56-
<None Include="..\CommunityToolkit.AppServices.SourceGenerators\bin\$(Platform)\$(Configuration)\netstandard2.0\CommunityToolkit.AppServices.SourceGenerators.dll" PackagePath="analyzers\dotnet\cs" Pack="true" Visible="false" />
56+
<None Include="..\CommunityToolkit.AppServices.SourceGenerators\bin\$(Configuration)\netstandard2.0\CommunityToolkit.AppServices.SourceGenerators.dll" PackagePath="analyzers\dotnet\cs" Pack="true" Visible="false" />
5757
</ItemGroup>
5858

5959
<!-- Remove imported global usings -->

0 commit comments

Comments
 (0)