Skip to content

Commit b17266a

Browse files
vicwjbgitee-org
authored andcommitted
update pipeline-20260124.yml
1 parent e389119 commit b17266a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.workflow/pipeline-20260124.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ stages:
3131
- dotnet restore
3232
- '# 构建项目'
3333
- dotnet build IFoxCAD.slnx -c Release /p:EnableWindowsTargeting=true
34-
- dotnet pack IFoxCAD.slnx -c Release --no-build -o ./packages /p:EnableWindowsTargeting=true
34+
3535
- '# 返回根目录推送包'
3636
- dotnet nuget push ./packages/*.nupkg --api-key ${NUGET_AUTH_TOKEN} --source https://api.nuget.org/v3/index.json --skip-duplicate
3737
strategy: {}

0 commit comments

Comments
 (0)