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 96e6eae commit 8f078deCopy full SHA for 8f078de
azure-pipelines.yml
@@ -31,7 +31,11 @@ jobs:
31
- 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"
32
displayName: 'Export libraries'
33
34
- - task: PublishBuildArtifacts@1
+ - task: UniversalPackages@0
35
inputs:
36
- pathToPublish: '$(Pipeline.Workspace)/main/libs/vartools'
37
- artifactName: 'vartools'
+ command: 'publish'
+ publishDirectory: '$(Pipeline.Workspace)/main/libs/vartools'
38
+ feedsToUsePublish: 'internal'
39
+ vstsFeedPublish: '1fa8a184-d390-4c05-8b59-19ab4ca4ef5f/ca506b3f-058b-4008-bf84-27c4d22b5b4c'
40
+ vstsFeedPackagePublish: 'Vartools'
41
+ versionOption: 'patch'
0 commit comments