Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalPetryka authored Jul 15, 2024
1 parent 2a3eaa0 commit ddf3477
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-latest]
os: [windows-2019]
framework: ['8.0']
include:
- os: ubuntu-20.04
Expand All @@ -31,8 +31,14 @@ jobs:
with:
dotnet-version: ${{ matrix.framework }}

- name: Install dependencies for ${{ matrix.target }}
run: dotnet restore -r ${{ matrix.target }}
- name: A
run: dumpbin /exports C:/Windows/System32/ntdll.dll

- name: B
run: dumpbin /exports C:/Windows/System32/kernel32.dll

- name: C
run: dumpbin /exports C:/Windows/System32/advapi32.dll

- name: Build ${{ matrix.target }}
run: dotnet publish "LocalAdmin V2.csproj" -r ${{ matrix.target }} -c release -o "${{ github.workspace }}/builds/${{ matrix.framework }}/${{ matrix.target }}"
Expand Down

0 comments on commit ddf3477

Please sign in to comment.