Skip to content

Commit 2d4836f

Browse files
committed
Fix build path
1 parent 4c0f5a0 commit 2d4836f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/AddIn-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# Create the app package by building and packaging the Windows Application Packaging project
101101
- name: Create the app package
102102
run: |
103-
AddIn/msbuild Itemis_Integrate_EA_Example_AddIn.sln /p:Configuration=Release /p:Platform="x86" /detailedsummary /v:detailed
103+
msbuild AddIn/Itemis_Integrate_EA_Example_AddIn.sln /p:Configuration=Release /p:Platform="x86" /detailedsummary /v:detailed
104104
# msbuild $env:Wap_Project_Path /p:Configuration=$env:Configuration /p:UapAppxPackageBuildMode=$env:Appx_Package_Build_Mode /p:AppxBundle=$env:Appx_Bundle /p:PackageCertificateKeyFile=GitHubActionsWorkflow.pfx /p:PackageCertificatePassword=${{ secrets.Pfx_Key }}
105105
env:
106106
Configuration: ${{ matrix.configuration }}

0 commit comments

Comments
 (0)