File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 7272 steps :
7373 - uses : actions/checkout@v4
7474
75- - name : Setup .NET 10.0
76- uses : actions/setup-dotnet@v4
77- with :
78- dotnet-version : ' 10.0.x'
79-
80- - name : Setup .NET 8.0
81- uses : actions/setup-dotnet@v4
82- with :
83- dotnet-version : ' 8.0.x'
84-
8575 - name : Download build artifacts
8676 uses : actions/download-artifact@v4
8777 with :
@@ -115,16 +105,6 @@ jobs:
115105 steps :
116106 - uses : actions/checkout@v4
117107
118- - name : Setup .NET 10.0
119- uses : actions/setup-dotnet@v4
120- with :
121- dotnet-version : ' 10.0.x'
122-
123- - name : Setup .NET 8.0
124- uses : actions/setup-dotnet@v4
125- with :
126- dotnet-version : ' 8.0.x'
127-
128108 - name : Download build artifacts
129109 uses : actions/download-artifact@v4
130110 with :
You can’t perform that action at this time.
0 commit comments