Commit 0de2cf9 1 parent fda19c9 commit 0de2cf9 Copy full SHA for 0de2cf9
File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- uses : actions/checkout@v4
21
+ with :
22
+ fetch-depth : 400
21
23
- name : Setup .NET 8
22
24
uses : actions/setup-dotnet@v4
23
25
with :
Original file line number Diff line number Diff line change 19
19
same_sha : ${{ steps.check.outputs.same_sha }}
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- with :
23
- fetch-depth : 0
22
+ with :
23
+ fetch-depth : 400
24
24
25
25
- name : Get Activity Short Circuit
26
26
id : check
52
52
53
53
steps :
54
54
- uses : actions/checkout@v4
55
+ with :
56
+ fetch-depth : 400
55
57
- name : Setup .NET 8
56
58
uses : actions/setup-dotnet@v4
57
59
with :
77
79
format : YYYYMMDD-HHmmSS
78
80
- uses : actions/checkout@v4
79
81
with :
80
- fetch-depth : 0
82
+ fetch-depth : 400
81
83
- name : Setup .NET 8
82
84
uses : actions/setup-dotnet@v4
83
85
with :
@@ -114,7 +116,7 @@ jobs:
114
116
steps :
115
117
- uses : actions/checkout@v4
116
118
with :
117
- fetch-depth : 0
119
+ fetch-depth : 400
118
120
- name : Reset nightly to master
119
121
run : |
120
122
head_sha=$(git rev-parse --verify HEAD)
Original file line number Diff line number Diff line change 4
4
<ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
5
5
<GenerateDocumentationFile >true</GenerateDocumentationFile >
6
6
<ImplicitUsings >true</ImplicitUsings >
7
- <VersionPrefix >2.67</VersionPrefix >
8
7
</PropertyGroup >
9
8
10
9
</Project >
Original file line number Diff line number Diff line change 4
4
<Exec Condition =" '$(IsWindows)'=='true' And $(PackageId) != ''" Command =" RD /S /Q " %25USERPROFILE%25\.nuget\packages\$(PackageId)" " />
5
5
<Exec Condition =" '$(IsLinux)'=='true' And $(PackageId) != ''" Command =" rm -rf " %25USERPROFILE%25\.nuget\packages\$(PackageId)" " />
6
6
</Target >
7
+
8
+ <PropertyGroup Condition =" '$(GITVERSION_NO_BUILD)' != 'true'" >
9
+ <GitVersionTask >true</GitVersionTask >
10
+ </PropertyGroup >
7
11
8
12
</Project >
You can’t perform that action at this time.
0 commit comments