Skip to content

Commit 180b267

Browse files
committed
Publish the artifacts to Azure
1 parent eb5c440 commit 180b267

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ jobs:
3333
- 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"
3434
displayName: 'Export libraries'
3535
- 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)
36+
- task: PublishPipelineArtifact@1
37+
inputs:
38+
targetPath: '$(Pipeline.Workspace)/libs/vartools'
39+
artifact: 'vartools'
40+
publishLocation: 'pipeline'

0 commit comments

Comments
 (0)