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 819d0a6 commit 96e6eae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ 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: PublishPipelineArtifact@1
- task: PublishBuildArtifacts@1
inputs:
targetPath: '$(Pipeline.Workspace)/main/libs/vartools'
artifact: 'vartools'
publishLocation: 'pipeline'
pathToPublish: '$(Pipeline.Workspace)/main/libs/vartools'
artifactName: 'vartools'

0 comments on commit 96e6eae

Please sign in to comment.