+1
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -22,7 +22,7 @@ stages: # List of stages for jobs, and their order of execution | ||
- deploy
|
||
include:
|
||
- component: $CI_SERVER_FQDN/pipelines/dotnet-build/[email protected].2
|
||
- component: $CI_SERVER_FQDN/pipelines/dotnet-build/[email protected].3
|
||
inputs:
|
||
dotnet_version: "10.0" # .NET SDK 版本(默认 8.0)
|
||
solution_path: "TestV.sln" # 你的解决方案路径
|
||
Loading