File tree 3 files changed +12
-3
lines changed
build/pipelines/templates
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 55
55
downloadDirectory : $(Build.SourcesDirectory)
56
56
vstsFeed : WindowsInboxApps
57
57
vstsFeedPackage : calculator-internals
58
- vstsPackageVersion : 0.0.114
58
+ vstsPackageVersion : 0.0.117
59
59
60
60
- task : NuGetToolInstaller@1
61
61
displayName : Use NuGet 6.x
Original file line number Diff line number Diff line change 91
91
downloadDirectory : $(Build.SourcesDirectory)
92
92
vstsFeed : WindowsInboxApps
93
93
vstsFeedPackage : calculator-internals
94
- vstsPackageVersion : 0.0.114
94
+ vstsPackageVersion : 0.0.117
95
95
96
96
- task : PowerShell@2
97
97
displayName : Generate MsixBundle mapping
Original file line number Diff line number Diff line change @@ -28,14 +28,23 @@ jobs:
28
28
contents : Microsoft.WindowsCalculator_8wekyb3d8bbwe.msixbundle
29
29
targetFolder : $(Pipeline.Workspace)\vpack\msixBundle
30
30
31
+ - task : AzureCLI@2
32
+ displayName : Register SBOM sign service connection
33
+ inputs :
34
+ azureSubscription : Essential Experiences SBOMSign PME
35
+ scriptType : ps
36
+ scriptLocation : inlineScript
37
+ inlineScript : Write-Host "Registering service connection for current run"
38
+ visibleAzLogin : false
39
+
31
40
- task : UniversalPackages@0
32
41
displayName : Download internals package
33
42
inputs :
34
43
command : download
35
44
downloadDirectory : $(Build.SourcesDirectory)
36
45
vstsFeed : WindowsInboxApps
37
46
vstsFeedPackage : calculator-internals
38
- vstsPackageVersion : 0.0.114
47
+ vstsPackageVersion : 0.0.117
39
48
40
49
- pwsh : |
41
50
$configPath = "$(Build.SourcesDirectory)\Tools\Build\Signing\ESRP-auth.json"
You can’t perform that action at this time.
0 commit comments