Skip to content

Commit 6e794fc

Browse files
author
cleilson pereira
committed
fix: Correct solution name in performance analysis workflow for .NET builds
1 parent 4b9e445 commit 6e794fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/performance-analyzer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
package-type: runtime
3737

3838
- name: Restore dependencies
39-
run: dotnet restore HEZKCredentialLib.sln
39+
run: dotnet restore Iso20022Library.sln
4040

4141
- name: Create artifacts directory
4242
run: mkdir -p artifacts
4343

4444
- name: Build com análise de performance + segurança
4545
id: msbuild
4646
run: |
47-
dotnet msbuild HEZKCredentialLib.sln \
47+
dotnet msbuild Iso20022Library.sln \
4848
/t:Rebuild /p:Configuration=Release \
4949
/maxcpucount /graphBuild:true /nodeReuse:false /noAutoResponse \
5050
/consoleLoggerParameters:"PerformanceSummary;ShowCommandLine" \

0 commit comments

Comments
 (0)