File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 9
9
xmlns : uap4 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/4"
10
10
xmlns : uap5 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
11
11
IgnorableNamespaces =" uap uap5 mp rescap desktop4 desktop" >
12
- <Identity Name =" FilesDev" Publisher =" CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7" Version =" 2.0.13 .0" />
12
+ <Identity Name =" FilesDev" Publisher =" CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7" Version =" 2.0.27 .0" />
13
13
<Properties >
14
14
<DisplayName >Files - Dev</DisplayName >
15
15
<PublisherDisplayName >Yair A</PublisherDisplayName >
Original file line number Diff line number Diff line change 85
85
TargetFolder : ' $(build.artifactstagingdirectory)'
86
86
87
87
- task : PublishBuildArtifacts@1
88
- displayName : ' Publish Artifact: drop '
88
+ displayName : ' Publish Artifact: Sideload '
89
89
inputs :
90
90
PathtoPublish : ' $(build.artifactstagingdirectory)'
91
+ ArtifactName : ' Sideload'
92
+ publishLocation : ' Container'
91
93
92
94
# ## Store release ###
93
95
- job : StoreRelease
@@ -145,6 +147,20 @@ jobs:
145
147
msbuildArguments : ' /t:build;_GenerateAppxPackage /p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
146
148
maximumCpuCount : true
147
149
150
+ - task : CopyFiles@2
151
+ displayName : ' Copy Files to: $(build.artifactstagingdirectory)'
152
+ inputs :
153
+ SourceFolder : ' $(system.defaultworkingdirectory)'
154
+ Contents : ' **\bin\$(BuildConfiguration)\**'
155
+ TargetFolder : ' $(build.artifactstagingdirectory)'
156
+
157
+ - task : PublishBuildArtifacts@1
158
+ displayName : ' Publish Artifact: Store'
159
+ inputs :
160
+ PathtoPublish : ' $(build.artifactstagingdirectory)'
161
+ ArtifactName : ' Store'
162
+ publishLocation : ' Container'
163
+
148
164
- task : store-flight@0
149
165
inputs :
150
166
serviceEndpoint : ' Files'
You can’t perform that action at this time.
0 commit comments