1 parent 4c0f5a0 commit 2d4836fCopy full SHA for 2d4836f
1 file changed
.github/workflows/AddIn-build.yml
@@ -100,7 +100,7 @@ jobs:
100
# Create the app package by building and packaging the Windows Application Packaging project
101
- name: Create the app package
102
run: |
103
- AddIn/msbuild Itemis_Integrate_EA_Example_AddIn.sln /p:Configuration=Release /p:Platform="x86" /detailedsummary /v:detailed
+ msbuild AddIn/Itemis_Integrate_EA_Example_AddIn.sln /p:Configuration=Release /p:Platform="x86" /detailedsummary /v:detailed
104
# 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 }}
105
env:
106
Configuration: ${{ matrix.configuration }}
0 commit comments