localsource.json (2034B)
1 { 2 "AppxManifest": "%BUILD_SOURCESDIRECTORY%/src/AppInstallerCLIE2ETests/TestData/Package/AppxManifest.xml", 3 "WorkingDirectory": "%AGENT_TEMPDIRECTORY%/TestLocalIndex", 4 "LocalManifests": [ 5 "%BUILD_SOURCESDIRECTORY%/src/AppInstallerCLIE2ETests/TestData/Manifests" 6 ], 7 "LocalInstallers": [ 8 { 9 "Type": "exe", 10 "Name": "AppInstallerTestExeInstaller/AppInstallerTestExeInstaller.exe", 11 "Input": "%BUILDOUTDIR%/AppInstallerTestExeInstaller/AppInstallerTestExeInstaller.exe", 12 "HashToken": "<EXEHASH>" 13 }, 14 { 15 "Type": "msi", 16 "Name": "AppInstallerTestMsiInstaller/AppInstallerTestMsiInstaller.msi", 17 "Input": "%BUILD_SOURCESDIRECTORY%/src/AppInstallerCLIE2ETests/TestData/AppInstallerTestMsiInstaller.msi", 18 "HashToken": "<MSIHASH>" 19 }, 20 { 21 "Type": "msi", 22 "Name": "AppInstallerTestMsiInstaller/AppInstallerTestMsiInstallerV2.msi", 23 "Input": "%BUILD_SOURCESDIRECTORY%/src/AppInstallerCLIE2ETests/TestData/AppInstallerTestMsiInstallerV2.msi", 24 "HashToken": "<MSIHASHV2>" 25 }, 26 { 27 "Type": "msix", 28 "Name": "AppInstallerTestMsixInstaller/AppInstallerTestMsixInstaller.msix", 29 "Input": "%BUILD_ARTIFACTSTAGINGDIRECTORY%/AppInstallerTestMsixInstaller.msix", 30 "HashToken": "<MSIXHASH>", 31 "SignatureToken": "<SIGNATUREHASH>" 32 } 33 ], 34 "DynamicInstallers": [ 35 { 36 "Type": "zip", 37 "Name": "AppInstallerTestZipInstaller/AppInstallerTestZipInstaller.zip", 38 "Input": [ 39 "%AGENT_TEMPDIRECTORY%/TestLocalIndex/AppInstallerTestExeInstaller/AppInstallerTestExeInstaller.exe", 40 "%AGENT_TEMPDIRECTORY%/TestLocalIndex/AppInstallerTestMsiInstaller/AppInstallerTestMsiInstaller.msi", 41 "%AGENT_TEMPDIRECTORY%/TestLocalIndex/AppInstallerTestMsixInstaller/AppInstallerTestMsixInstaller.msix" 42 ], 43 "HashToken": "<ZIPHASH>" 44 } 45 ], 46 "Signature": { 47 "CertFile": "%TestSigningCert_PfxPath%", 48 "Password": "%TestSigningCert_Password%" 49 } 50 }