This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Added pipeline publish artifacts task
pull/1259/head
Tim McCarthy
5 years ago
parent
572212299a
commit
4d02921ef9
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
build/aro/webapp-build-artifacts.yml
+ 4
- 0
build/aro/webapp-build-artifacts.yml
View File
@ -36,6 +36,10 @@ jobs:
modifyOutputPath
:
true
feedsToUse
:
config
nugetConfigPath
:
src/NuGet.config
-
task
:
PublishPipelineArtifact@1
inputs:
path
:
$(Build.ArtifactStagingDirectory)
artifact
:
drop
-
task
:
PublishBuildArtifacts@1
displayName: 'Publish Artifact
:
drop'
Write
Preview
Loading…
Cancel
Save