Skip to content

Commit

Permalink
Debugging publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MelGrubb committed Jul 31, 2022
1 parent 102ace9 commit 664bdad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/BuilderGenerator/BuilderGenerator.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>false</IsPackable>
<IsPackable>true</IsPackable>
<!--Is preview still Needed?-->
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
Expand Down Expand Up @@ -64,7 +64,7 @@ v0.1.1
v0.1.0
- Initial Release</PackageReleaseNotes>
<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3">
Expand All @@ -74,16 +74,15 @@ v0.1.0
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
</ItemGroup>
<ItemGroup>
<None Include="$(OutputPath)\netstandard2.0\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
</ItemGroup>
<ItemGroup>
<None Update="Assets\logo.png" Link="Assets\logo.png">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
<None Update="README.md">
<PackagePath>\</PackagePath>
<Pack>True</Pack>
</None>
<None Include="LICENSE.txt" Pack="true" PackagePath ="" />
<None Include="Assets/logo.png" Pack="true" PackagePath ="" />
<None Update="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>
File renamed without changes.

0 comments on commit 664bdad

Please sign in to comment.