File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,14 @@ name: $(Date:yyyyMMdd).$(Rev:r)
15
15
variables :
16
16
- name : 1espt.codesignvalidation.enforced
17
17
value : false
18
- - name : GitHubPat
19
- value :
20
- - name : OneLocBuildPat
21
- value :
22
18
- name : PipelineClassification_Audited
23
19
value : Production
24
20
- name : PipelineGovernanceStatus_Audited
25
21
value : true
26
22
- name : policy_service.build_task_injection.enabled
27
23
value : true
24
+ - name : TeamName
25
+ value : ' TeamsFx'
28
26
extends :
29
27
template : azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
30
28
parameters :
@@ -50,10 +48,16 @@ extends:
50
48
outputs :
51
49
- output : pipelineArtifact
52
50
displayName : ' Publish Artifact: drop'
51
+ targetPath : ' $(Build.ArtifactStagingDirectory)\loc'
52
+ artifactName : drop
53
+ artifactType : Container
54
+ condition : succeeded()
55
+ sbomEnabled : false
53
56
steps :
54
57
- checkout : self
55
58
clean : true
56
59
fetchTags : false
60
+ persistCredentials : true
57
61
- task : NuGetAuthenticate@1
58
62
displayName : NuGet Authenticate
59
63
inputs :
@@ -66,6 +70,8 @@ extends:
66
70
isShouldReusePrSelected : true
67
71
isAutoCompletePrSelected : false
68
72
packageSourceAuth : patAuth
73
+ patVariable : ' $(System.AccessToken)'
74
+ dependencyPackageSource : https://devdiv.pkgs.visualstudio.com/DevDiv/_packaging/TeamsFx/nuget/v3/index.json
69
75
- task : PowerShell@2
70
76
displayName : Copy zh json files for VSC
71
77
inputs :
You can’t perform that action at this time.
0 commit comments