Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKuschnik committed Dec 4, 2023
1 parent 2752252 commit cd9619c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
New-Item 'nuget-packages\unpacked\runtimes\win-x64\native\' -Type Directory
New-Item 'nuget-packages\unpacked\runtimes\win-x86\native\' -Type Directory
New-Item 'nuget-packages\unpacked\lib\native\win-x64\' -Type Directory
New-Item 'nuget-packages\unpacked\lib\native\win-x86\' -Type Directory
Copy-Item 'WmiLight.Native\bin\${{env.BUILD_CONFIGURATION}}\x64\WmiLight.Native.dll' 'nuget-packages\unpacked\runtimes\win-x64\native\'
Copy-Item 'WmiLight.Native\bin\${{env.BUILD_CONFIGURATION}}\x86\WmiLight.Native.dll' 'nuget-packages\unpacked\runtimes\win-x86\native\'
Expand Down

0 comments on commit cd9619c

Please sign in to comment.