Skip to content

Commit

Permalink
Update build-aotbrowser.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
caleblanchard committed Oct 26, 2020
1 parent 0f9ce3e commit ab181fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Projects/build-aotbrowser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,15 @@ steps:
displayName: 'Create Deployable Package'
inputs:
XppToolsPath: '$(NuGetsPath)\$(ToolsPackage)'
DeployablePackagePath: '$(Build.ArtifactStagingDirectory)\AOTBrowser_DeployablePackage_$(Build.BuildNumber).zip'

# Enable this task to add a license file to the package
- task: XppAddLicenseToPackage@0
displayName: 'Add Licenses to Deployable Package'
enabled: false

- task: PublishBuildArtifacts@1
displayName: 'Publish Artifact: drop'
displayName: 'Publish Artifact: Packages'
inputs:
PathtoPublish: '$(build.artifactstagingdirectory)'
condition: succeededOrFailed()
Expand Down

0 comments on commit ab181fe

Please sign in to comment.