Skip to content

Commit

Permalink
nuget目录不做git跟踪
Browse files Browse the repository at this point in the history
  • Loading branch information
xljiulang committed Jan 29, 2021
1 parent 2d733f6 commit a62fae9
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 397 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,8 @@ ASALocalRun/
.localhistory/

# BeatPulse healthcheck temp database
healthchecksdb
healthchecksdb

# nuget´ò°üĿ¼µÄ·ÖÎöÆ÷
WebApiClientCore/NugetPackage/analyzers/
WebApiClientCore.Extensions.SourceGenerator/NugetPackage/analyzers/
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<Version>2.0.0</Version>
<Copyright>Copyright © laojiu 2017-2021</Copyright>
<NoWarn>IDE0057</NoWarn>
</PropertyGroup>

<PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion WebApiClientCore.Analyzers.SourceGenerator/publish.cmd

This file was deleted.

1 change: 0 additions & 1 deletion WebApiClientCore.Analyzers/publish.cmd

This file was deleted.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
<!--nuget analyzers和tools目录-->
<ItemGroup>
<None Include="NugetPackage\tools\*.*" PackagePath="tools" Pack="true" />
<None Include="NugetPackage\analyzers\dotnet\cs\**" PackagePath="analyzers\dotnet\cs" Pack="true" />
</ItemGroup>
<ItemGroup>
<Folder Include="NugetPackage\analyzers\" />
</ItemGroup>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="dotnet publish ../WebApiClientCore.Analyzers.SourceGenerator/WebApiClientCore.Analyzers.SourceGenerator.csproj -c Release -o NugetPackage/analyzers/dotnet/cs" />
</Target>
</Project>

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit a62fae9

Please sign in to comment.