Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez committed May 30, 2021
1 parent 6a6cd78 commit ab6517d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ steps:
name: signingCert2
inputs:
secureFile: 'appsign.pfx'
- task: VSBuild@1
inputs:
solution: '$(solution)'
msbuildArgs: '/t:Launcher;Fedora-Remix-for-WSL-SL /m /p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=SideloadOnly /p:PackageCertificateThumbprint="" /p:PackageCertificateKeyFile="$(signingCert2.secureFilePath)" /p:PackageCertificatePassword="$(appsign)"'
platform: 'x64'
configuration: '$(buildConfiguration)'
maximumCpuCount: true
msbuildArchitecture: 'x64'
#- task: VSBuild@1
# inputs:
# solution: '$(solution)'
# msbuildArgs: '/t:Launcher;Fedora-Remix-for-WSL-SL /m /p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=SideloadOnly /p:PackageCertificateThumbprint="" /p:PackageCertificateKeyFile="$(signingCert2.secureFilePath)" /p:PackageCertificatePassword="$(appsign)"'
# platform: 'x64'
# configuration: '$(buildConfiguration)'
# maximumCpuCount: true
# msbuildArchitecture: 'x64'

- task: CopyFiles@2
inputs:
Expand Down

0 comments on commit ab6517d

Please sign in to comment.