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
Joshpolansky committed Dec 19, 2024
1 parent 96e6eae commit 8f078de
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ jobs:
- script: python.exe C:/Tools/AsPython/CmdLineExportLib.py $(Build.SourcesDirectory)/example/AsProject/AsProject.apj -dest ./libs -c Intel ARM -wl vartools -l DEBUG -o -bm "None"
displayName: 'Export libraries'

- task: PublishBuildArtifacts@1
- task: UniversalPackages@0
inputs:
pathToPublish: '$(Pipeline.Workspace)/main/libs/vartools'
artifactName: 'vartools'
command: 'publish'
publishDirectory: '$(Pipeline.Workspace)/main/libs/vartools'
feedsToUsePublish: 'internal'
vstsFeedPublish: '1fa8a184-d390-4c05-8b59-19ab4ca4ef5f/ca506b3f-058b-4008-bf84-27c4d22b5b4c'
vstsFeedPackagePublish: 'Vartools'
versionOption: 'patch'

0 comments on commit 8f078de

Please sign in to comment.