Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakseis committed Oct 13, 2024
1 parent c1d7ec9 commit 07a440e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
mkdir -p ./x64/Release/Appx/Assets
cp ./AppxManifest.xml ./x64/Release/Appx/
cp ./Assets/* ./x64/Release/Appx/Assets/
mkdir -p ./x64/Release/Assets
cp ./AppxManifest.xml ./x64/Release/
cp ./Assets/* ./x64/Release/Assets/
& "$MakeAppx_path" pack /d ./x64/Release /p ./x64/Release/Appx/WellTrajectoryCalculator.msix
shell: pwsh

Expand Down

0 comments on commit 07a440e

Please sign in to comment.