@@ -102,10 +102,10 @@ jobs:
102
102
/p:SharedFxRID=win-x64
103
103
/bl:artifacts/logs/SharedFx-win-x64.binlog
104
104
env :
105
- PB_PackageVersionPropsUrl : $(PB_PackageVersionPropsUrl)
106
- PB_AssetRootUrl : $(PB_AssetRootUrl)
107
- PB_RestoreSource : $(PB_RestoreSource)
108
- PB_PublishBlobFeedKey : $(PB_PublishBlobFeedKey)
105
+ PB_PACKAGEVERSIONPROPSURL : $(PB_PackageVersionPropsUrl)
106
+ PB_ASSETROOTURL : $(PB_AssetRootUrl)
107
+ PB_RESTORESOURCE : $(PB_RestoreSource)
108
+ PB_PUBLISHBLOBFEEDKEY : $(PB_PublishBlobFeedKey)
109
109
displayName : Build win-x64 SharedFX
110
110
- powershell : eng\scripts\KillProcesses.ps1
111
111
displayName : Kill processes
@@ -118,10 +118,10 @@ jobs:
118
118
/p:SharedFxRID=win-x86
119
119
/bl:artifacts/logs/SharedFx-win-x86.binlog
120
120
env :
121
- PB_PackageVersionPropsUrl : $(PB_PackageVersionPropsUrl)
122
- PB_AssetRootUrl : $(PB_AssetRootUrl)
123
- PB_RestoreSource : $(PB_RestoreSource)
124
- PB_PublishBlobFeedKey : $(PB_PublishBlobFeedKey)
121
+ PB_PACKAGEVERSIONPROPSURL : $(PB_PackageVersionPropsUrl)
122
+ PB_ASSETROOTURL : $(PB_AssetRootUrl)
123
+ PB_RESTORESOURCE : $(PB_RestoreSource)
124
+ PB_PUBLISHBLOBFEEDKEY : $(PB_PublishBlobFeedKey)
125
125
displayName : Build win-x86 SharedFX
126
126
- powershell : eng\scripts\KillProcesses.ps1
127
127
displayName : Kill processes
@@ -135,10 +135,10 @@ jobs:
135
135
/t:DoCodeSigning
136
136
/bl:artifacts/logs/CodeSign.binlog
137
137
env :
138
- PB_PackageVersionPropsUrl : $(PB_PackageVersionPropsUrl)
139
- PB_AssetRootUrl : $(PB_AssetRootUrl)
140
- PB_RestoreSource : $(PB_RestoreSource)
141
- PB_PublishBlobFeedKey : $(PB_PublishBlobFeedKey)
138
+ PB_PACKAGEVERSIONPROPSURL : $(PB_PackageVersionPropsUrl)
139
+ PB_ASSETROOTURL : $(PB_AssetRootUrl)
140
+ PB_RESTORESOURCE : $(PB_RestoreSource)
141
+ PB_PUBLISHBLOBFEEDKEY : $(PB_PublishBlobFeedKey)
142
142
displayName : Code Sign
143
143
- powershell : eng\scripts\KillProcesses.ps1
144
144
displayName : Kill processes
@@ -198,10 +198,10 @@ jobs:
198
198
/p:SharedFxRID=osx-x64
199
199
/bl:artifacts/logs/SharedFx-osx-x64.binlog
200
200
env :
201
- PB_PackageVersionPropsUrl : $(PB_PackageVersionPropsUrl)
202
- PB_AssetRootUrl : $(PB_AssetRootUrl)
203
- PB_RestoreSource : $(PB_RestoreSource)
204
- PB_PublishBlobFeedKey : $(PB_PublishBlobFeedKey)
201
+ PB_PACKAGEVERSIONPROPSURL : $(PB_PackageVersionPropsUrl)
202
+ PB_ASSETROOTURL : $(PB_AssetRootUrl)
203
+ PB_RESTORESOURCE : $(PB_RestoreSource)
204
+ PB_PUBLISHBLOBFEEDKEY : $(PB_PublishBlobFeedKey)
205
205
displayName : Build osx-x64 SharedFX
206
206
- task : PublishBuildArtifacts@1
207
207
displayName : Upload artifacts
@@ -246,10 +246,10 @@ jobs:
246
246
/p:SharedFXRid=linux-x64
247
247
/bl:artifacts/logs/SharedFx-linux-x64.binlog
248
248
env :
249
- PB_PackageVersionPropsUrl : $(PB_PackageVersionPropsUrl)
250
- PB_AssetRootUrl : $(PB_AssetRootUrl)
251
- PB_RestoreSource : $(PB_RestoreSource)
252
- PB_PublishBlobFeedKey : $(PB_PublishBlobFeedKey)
249
+ PB_PACKAGEVERSIONPROPSURL : $(PB_PackageVersionPropsUrl)
250
+ PB_ASSETROOTURL : $(PB_AssetRootUrl)
251
+ PB_RESTORESOURCE : $(PB_RestoreSource)
252
+ PB_PUBLISHBLOBFEEDKEY : $(PB_PublishBlobFeedKey)
253
253
displayName : Build linux-x64 SharedFX
254
254
- script : ./$(BuildDirectory)/build.sh
255
255
-ci
@@ -259,10 +259,10 @@ jobs:
259
259
/p:IsLinuxArmSupported=true
260
260
/bl:artifacts/logs/SharedFx-linux-arm.binlog
261
261
env :
262
- PB_PackageVersionPropsUrl : $(PB_PackageVersionPropsUrl)
263
- PB_AssetRootUrl : $(PB_AssetRootUrl)
264
- PB_RestoreSource : $(PB_RestoreSource)
265
- PB_PublishBlobFeedKey : $(PB_PublishBlobFeedKey)
262
+ PB_PACKAGEVERSIONPROPSURL : $(PB_PackageVersionPropsUrl)
263
+ PB_ASSETROOTURL : $(PB_AssetRootUrl)
264
+ PB_RESTORESOURCE : $(PB_RestoreSource)
265
+ PB_PUBLISHBLOBFEEDKEY : $(PB_PublishBlobFeedKey)
266
266
displayName : Build linux-arm SharedFX
267
267
- task : PublishBuildArtifacts@1
268
268
displayName : Upload artifacts
@@ -310,10 +310,10 @@ jobs:
310
310
/p:SharedFXRid=linux-musl-x64
311
311
/bl:artifacts/logs/SharedFx-linux-musl-x64.binlog
312
312
env :
313
- PB_PackageVersionPropsUrl : $(PB_PackageVersionPropsUrl)
314
- PB_AssetRootUrl : $(PB_AssetRootUrl)
315
- PB_RestoreSource : $(PB_RestoreSource)
316
- PB_PublishBlobFeedKey : $(PB_PublishBlobFeedKey)
313
+ PB_PACKAGEVERSIONPROPSURL : $(PB_PackageVersionPropsUrl)
314
+ PB_ASSETROOTURL : $(PB_AssetRootUrl)
315
+ PB_RESTORESOURCE : $(PB_RestoreSource)
316
+ PB_PUBLISHBLOBFEEDKEY : $(PB_PublishBlobFeedKey)
317
317
displayName : Build linux-musl-x64 SharedFX
318
318
- bash : docker system prune -af
319
319
displayName : Docker prune
@@ -386,10 +386,10 @@ jobs:
386
386
-Config Release
387
387
-BuildNumber $(Build.BuildId)
388
388
env :
389
- PB_PackageVersionPropsUrl : $(PB_PackageVersionPropsUrl)
390
- PB_AssetRootUrl : $(PB_AssetRootUrl)
391
- PB_RestoreSource : $(PB_RestoreSource)
392
- PB_PublishBlobFeedKey : $(PB_PublishBlobFeedKey)
389
+ PB_PACKAGEVERSIONPROPSURL : $(PB_PackageVersionPropsUrl)
390
+ PB_ASSETROOTURL : $(PB_AssetRootUrl)
391
+ PB_RESTORESOURCE : $(PB_RestoreSource)
392
+ PB_PUBLISHBLOBFEEDKEY : $(PB_PublishBlobFeedKey)
393
393
displayName : Run src/Installers/Windows/build.ps1
394
394
- powershell : eng\scripts\KillProcesses.ps1
395
395
displayName : Kill processes
@@ -443,10 +443,10 @@ jobs:
443
443
/t:BuildFallbackArchive
444
444
/bl:artifacts/logs/PackageArchive.binlog
445
445
env :
446
- PB_PackageVersionPropsUrl : $(PB_PackageVersionPropsUrl)
447
- PB_AssetRootUrl : $(PB_AssetRootUrl)
448
- PB_RestoreSource : $(PB_RestoreSource)
449
- PB_PublishBlobFeedKey : $(PB_PublishBlobFeedKey)
446
+ PB_PACKAGEVERSIONPROPSURL : $(PB_PackageVersionPropsUrl)
447
+ PB_ASSETROOTURL : $(PB_AssetRootUrl)
448
+ PB_RESTORESOURCE : $(PB_RestoreSource)
449
+ PB_PUBLISHBLOBFEEDKEY : $(PB_PublishBlobFeedKey)
450
450
displayName : Build Package Archive
451
451
- powershell : eng\scripts\KillProcesses.ps1
452
452
displayName : Kill processes
@@ -530,10 +530,10 @@ jobs:
530
530
/t:BuildInstallers
531
531
/bl:artifacts/logs/SharedFx-Installers.binlog
532
532
env :
533
- PB_PackageVersionPropsUrl : $(PB_PackageVersionPropsUrl)
534
- PB_AssetRootUrl : $(PB_AssetRootUrl)
535
- PB_RestoreSource : $(PB_RestoreSource)
536
- PB_PublishBlobFeedKey : $(PB_PublishBlobFeedKey)
533
+ PB_PACKAGEVERSIONPROPSURL : $(PB_PackageVersionPropsUrl)
534
+ PB_ASSETROOTURL : $(PB_AssetRootUrl)
535
+ PB_RESTORESOURCE : $(PB_RestoreSource)
536
+ PB_PUBLISHBLOBFEEDKEY : $(PB_PublishBlobFeedKey)
537
537
displayName : Build SharedFX Installers
538
538
- bash : docker system prune -af
539
539
displayName : Docker prune
@@ -703,10 +703,10 @@ jobs:
703
703
/p:BuildBranch=$(Build.SourceBranchName)
704
704
/bl:artifacts/logs/Publish.binlog
705
705
env :
706
- PB_PackageVersionPropsUrl : $(PB_PackageVersionPropsUrl)
707
- PB_AssetRootUrl : $(PB_AssetRootUrl)
708
- PB_RestoreSource : $(PB_RestoreSource)
709
- PB_PublishBlobFeedKey : $(PB_PublishBlobFeedKey)
706
+ PB_PACKAGEVERSIONPROPSURL : $(PB_PackageVersionPropsUrl)
707
+ PB_ASSETROOTURL : $(PB_AssetRootUrl)
708
+ PB_RESTORESOURCE : $(PB_RestoreSource)
709
+ PB_PUBLISHBLOBFEEDKEY : $(PB_PublishBlobFeedKey)
710
710
displayName : Publish
711
711
- powershell : eng\scripts\KillProcesses.ps1
712
712
displayName : Kill processes
@@ -719,4 +719,4 @@ jobs:
719
719
pathtoPublish : artifacts/logs
720
720
artifactName : artifacts-Publish
721
721
artifactType : Container
722
- parallel : true
722
+ parallel : true
0 commit comments