File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 3030 with :
3131 dotnet-version : ${{ env.DOTNET_VERSION }}
3232
33- - name : Dotnet Build
34- run : dotnet build ./benchmark/BenchmarkRunner/BenchmarkRunner.csproj -c Release
35-
3633 - name : Load .env file
37343835 with :
9491 uses : actions/setup-dotnet@v4
9592 with :
9693 dotnet-version : ${{ env.DOTNET_VERSION }}
97-
98- - name : Dotnet Build
99- run : dotnet build ./benchmark/BenchmarkRunner/BenchmarkRunner.csproj -c Release
100-
94+
10195 - name : Load .env file
1029610397 with :
@@ -121,14 +115,6 @@ jobs:
121115 steps :
122116 - uses : actions/checkout@v4
123117
124- - name : Set up .NET
125- uses : actions/setup-dotnet@v4
126- with :
127- dotnet-version : ${{ env.DOTNET_VERSION }}
128-
129- - name : Dotnet Build
130- run : dotnet build ./benchmark/BenchmarkRunner/BenchmarkRunner.csproj -c Release
131-
132118 - name : Download MySQL Results
133119 uses : actions/download-artifact@v4
134120 with :
You can’t perform that action at this time.
0 commit comments