Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ stages:
dependsOn: []
pool:
type: windows
isCustom: true
name: 'ProjectReunionESPool-2022' # This stage is purely for validation
# If we just let the pool give us MMS2022, we will get an error saying an artifact for 1ESPT is missing
demands: ImageOverride -equals MMS2022-1ES-GPT
# isCustom: true
# name: 'ProjectReunionESPool-2022' # This stage is purely for validation
# # If we just let the pool give us MMS2022, we will get an error saying an artifact for 1ESPT is missing
# demands: ImageOverride -equals MMS2022-1ES-GPT
strategy:
maxParallel: 10
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ steps:
artifactName: 'WindowsAppSDK_Nuget_And_MSIX'
targetPath: '$(System.ArtifactsDirectory)'
source: 'specific'
project: $(System.TeamProjectId)
project: 55e8140e-57ac-4e5f-8f9c-c7c15b51929d # TODO: replace with $(System.TeamProjectId) once we can have a full WinAppSDK Build on the new mono repo
pipeline: $(OfficialPipelineID)
pipelineId: $(LatestOfficialBuildID)
condition: and(succeeded(), ne(variables.SkipInstallerBuild, true))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ stages:
dependsOn: []
pool:
type: windows
isCustom: true
name: 'ProjectReunionESPool-2022' # This stage is purely for validation
# If we just let the pool give us MMS2022, we will get an error saying an artifact for 1ESPT is missing
demands: ImageOverride -equals MMS2022-1ES-GPT
# isCustom: true
# name: 'ProjectReunionESPool-2022' # This stage is purely for validation
# # If we just let the pool give us MMS2022, we will get an error saying an artifact for 1ESPT is missing
# demands: ImageOverride -equals MMS2022-1ES-GPT
variables:
ob_outputDirectory: '$(REPOROOT)\out'
ob_artifactBaseName: "VSIX"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ steps:
artifactName: 'WindowsAppSDK_Nuget_And_MSIX'
targetPath: '$(System.ArtifactsDirectory)'
source: 'specific'
project: $(System.TeamProjectId)
project: 55e8140e-57ac-4e5f-8f9c-c7c15b51929d # TODO: replace with $(System.TeamProjectId) once we can have a full WinAppSDK Build on the new mono repo
pipeline: $(OfficialPipelineID)
pipelineId: $(LatestOfficialBuildID)

Expand Down
2 changes: 1 addition & 1 deletion build/WindowsAppSDK-Foundation-DevTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ resources:
ref: refs/heads/main
- repository: WindowsAppSDKSamples
type: github
endpoint: 'GitHub - benkuhn - 2-18'
endpoint: 'WinAppSDK-Github'
name: microsoft/WindowsAppSDK-Samples
ref: $(SamplesBranch)

Expand Down
3 changes: 2 additions & 1 deletion build/WindowsAppSDK-Foundation-Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ variables:
- template: WindowsAppSDK-Foundation-TestConfig.yml@WindowsAppSDKConfig
- template: AzurePipelinesTemplates\WindowsAppSDK-Versions.yml@WindowsAppSDKVersionConfig
- template: WindowsAppSDK-CommonVariables.yml
- group: WinAppSDK-Foundation-Build-Variables
- name: maxParallelForBuildSamplesCompatJob_x64
value: 20
- name: maxParallelForBuildSamplesCompatJob_arm64
Expand All @@ -79,7 +80,7 @@ resources:
ref: refs/heads/main
- repository: WindowsAppSDKSamples
type: github
endpoint: 'GitHub - benkuhn - 2-18'
endpoint: 'WinAppSDK-Github'
name: microsoft/WindowsAppSDK-Samples
ref: $(SamplesBranch)

Expand Down
3 changes: 2 additions & 1 deletion build/WindowsAppSDK-Foundation-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ variables:
- template: WindowsAppSDK-Foundation-TestConfig.yml@WindowsAppSDKConfig
- template: AzurePipelinesTemplates\WindowsAppSDK-Versions.yml@WindowsAppSDKVersionConfig
- template: WindowsAppSDK-CommonVariables.yml
- group: WinAppSDK-Foundation-Build-Variables
- name: maxParallelForBuildSamplesCompatJob_x64
value: 20
- name: maxParallelForBuildSamplesCompatJob_arm64
Expand All @@ -83,7 +84,7 @@ resources:
ref: refs/heads/main
- repository: WindowsAppSDKSamples
type: github
endpoint: 'GitHub - benkuhn - 2-18'
endpoint: 'WinAppSDK-Github'
name: microsoft/WindowsAppSDK-Samples
ref: $(SamplesBranch)

Expand Down
3 changes: 2 additions & 1 deletion build/WindowsAppSDK-Foundation-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ variables:
- template: WindowsAppSDK-Foundation-TestConfig.yml@WindowsAppSDKConfig
- template: AzurePipelinesTemplates\WindowsAppSDK-Versions.yml@WindowsAppSDKVersionConfig
- template: WindowsAppSDK-CommonVariables.yml
- group: WinAppSDK-Foundation-Build-Variables
- name: maxParallelForBuildSamplesCompatJob_x64
value: 20
- name: maxParallelForBuildSamplesCompatJob_arm64
Expand All @@ -62,7 +63,7 @@ resources:
ref: refs/heads/main
- repository: WindowsAppSDKSamples
type: github
endpoint: 'GitHub - benkuhn - 2-18'
endpoint: 'WinAppSDK-Github'
name: microsoft/WindowsAppSDK-Samples
ref: $(SamplesBranch)

Expand Down