Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hasksomatotoian committed Jan 4, 2024
1 parent 53bc5a5 commit 92b8f82
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,24 @@ jobs:
- name: SharpPack - Build
run: dotnet build SharpPack/SharpPack.sln --no-restore -c Release

- name: SharpPack - Dir
run: |
dir .\
dir SharpPack\
dir SharpPack\SharpPack\
- name: Checkout Source Code
uses: actions/checkout@v3
with:
repository: hasksomatotoian/SharpPack
path: SharpPack
ref: refs/heads/master

- name: SharpPack - Dir
run: |
dir .\
dir SharpPack\
dir SharpPack\SharpPack\
- name: Obfuscate
run: D:\a\Snaffler\Snaffler\SharpPack\SharpPack\bin\Release\net7.0\SharpPack.exe $env:TIMT_SOLUTION_FILE -Rename -Anonymize
Expand Down

0 comments on commit 92b8f82

Please sign in to comment.