Skip to content

Commit 355ea69

Browse files
committed
防止将不期望的项目打包
1 parent e7ffa1b commit 355ea69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget-tag-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build with dotnet
2323
run: |
2424
dotnet build --configuration release
25-
dotnet pack --configuration release --no-build
25+
dotnet pack --configuration release --no-build src\dotnetCampus.CodeAnalysisUtils\DotNetCampus.CodeAnalysisUtils.csproj
2626
2727
- name: Push generated package to NuGet
2828
run: |

0 commit comments

Comments
 (0)