.gitignore
0 → 100644
+11
−0
+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].1
|
||
- component: $CI_SERVER_FQDN/pipelines/dotnet-build/[email protected].2
|
||
inputs:
|
||
dotnet_version: "10.0" # .NET SDK 版本(默认 8.0)
|
||
solution_path: "TestV.sln" # 你的解决方案路径
|
||
.idea/.idea.TestV/.idea/.gitignore
deleted100644 → 0
+0
−15
.idea/.idea.TestV/.idea/encodings.xml
deleted100644 → 0
+0
−4
.idea/.idea.TestV/.idea/indexLayout.xml
deleted100644 → 0
+0
−8
Loading