We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5c440 commit 180b267Copy full SHA for 180b267
azure-pipelines.yml
@@ -33,10 +33,8 @@ jobs:
33
- 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"
34
displayName: 'Export libraries'
35
- script: |
36
- cd ./libs/vartools
37
- python.exe C:/Tools/LPM/src/LPM.py login -s -t $(GITHUB_TOKEN) -nc
38
- python.exe C:/Tools/LPM/src/LPM.py init -s -lib -nc
39
- python.exe C:/Tools/LPM/src/LPM.py publish -s -nc
40
- displayName: 'Publish libraries'
41
- env:
42
- GITHUB_TOKEN: $(GITHUB_TOKEN)
+ - task: PublishPipelineArtifact@1
+ inputs:
+ targetPath: '$(Pipeline.Workspace)/libs/vartools'
+ artifact: 'vartools'
+ publishLocation: 'pipeline'
0 commit comments