Skip to content

Commit

Permalink
Merge pull request #16 from dotnet-campus/t/lindexi/update
Browse files Browse the repository at this point in the history
默认不加上打包 解决创造垃圾文件
  • Loading branch information
walterlv authored May 28, 2024
2 parents 3401382 + 5669478 commit a9c20fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build with dotnet
run: |
dotnet build --configuration Release
dotnet pack --configuration Release --no-build
# dotnet pack --configuration Release --no-build
- name: Install Nuget
uses: nuget/setup-nuget@v1
Expand Down
2 changes: 1 addition & 1 deletion Content/CBBTemplate/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<Description>TODO: 请在此处添加包描述信息。</Description>

<RepositoryType>git</RepositoryType>
<Copyright>Copyright © 2022 dotnet campus, All Rights Reserved.</Copyright>
<Copyright>Copyright $([System.DateTime]::Now.ToString(`yyyy`)) &#169; dotnet campus, All Rights Reserved.</Copyright>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2022 dotnet campus
Copyright (c) 2020-2024 dotnet campus

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion dotentCampus.DotnetPackageTemplateForGitHub.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>dotentCampus.DotnetPackageTemplateForGitHub</id>
<version>1.1.6</version>
<version>1.1.7</version>
<authors>dotnet-campus</authors>
<description>GitHub CBB Template</description>
<license type="expression">MIT</license>
Expand Down

0 comments on commit a9c20fe

Please sign in to comment.