Skip to content

Commit

Permalink
Update NativeAotTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescourtney authored Feb 24, 2024
1 parent 8737dcc commit bc1da7a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/NativeAotTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,8 @@ jobs:
- name: Build
working-directory: src/Tests/CompileTests/NativeAot
run: dotnet publish -c Release -r ${{ matrix.rid }} -f net8.0

- if: runner.os == 'Windows'
name: Run
working-directory: src/Tests/CompileTests/NativeAot/bin/Release/net8.0/${{ matrix.rid }}/publish
run: ./NativeAot

- if: runner.os != 'Windows'
name: Run

- name: Run
working-directory: src/Tests/CompileTests/NativeAot/bin/Release/net8.0/${{ matrix.rid }}/publish
run: ./NativeAot

Expand Down

0 comments on commit bc1da7a

Please sign in to comment.