Skip to content

Commit

Permalink
Publish the artifacts to Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshpolansky committed Dec 19, 2024
1 parent eb5c440 commit 180b267
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ 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'
- script: |
cd ./libs/vartools
python.exe C:/Tools/LPM/src/LPM.py login -s -t $(GITHUB_TOKEN) -nc
python.exe C:/Tools/LPM/src/LPM.py init -s -lib -nc
python.exe C:/Tools/LPM/src/LPM.py publish -s -nc
displayName: 'Publish libraries'
env:
GITHUB_TOKEN: $(GITHUB_TOKEN)
- task: PublishPipelineArtifact@1
inputs:
targetPath: '$(Pipeline.Workspace)/libs/vartools'
artifact: 'vartools'
publishLocation: 'pipeline'

0 comments on commit 180b267

Please sign in to comment.