Skip to content

Commit

Permalink
Update BuildAndTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisKraus authored Jan 15, 2024
1 parent d2eb746 commit 6d68a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
"EtlFileName=$fileName" >> $env:GITHUB_ENV
- name: Extract
run: |
.\bin\Release\net6.0-windows\win-x64\ETWAnalyzer -extract all -fd ${{ env.EtlFileName }} -outdir Extract
.\bin\Release\net8.0-windows\win-x64\ETWAnalyzer -extract all -fd ${{ env.EtlFileName }} -outdir Extract
shell: powershell -Command "& '{0}'"
# Start Test Profiling
- name: Start Test Profiling
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
"EtlFileName=$fileName" >> $env:GITHUB_ENV
- name: Extract Test Profiling Data
run: |
.\bin\Release\net6.0-windows\win-x64\ETWAnalyzer -extract all -fd ${{ env.EtlFileName }} -outdir Extract
.\bin\Release\net8.0-windows\win-x64\ETWAnalyzer -extract all -fd ${{ env.EtlFileName }} -outdir Extract
shell: powershell -Command "& '{0}'"
- name: Upload Profiling Data
if: always()
Expand Down

0 comments on commit 6d68a30

Please sign in to comment.