Skip to content

Commit

Permalink
Merge pull request #10575 from Youssef1313/remove-workaround
Browse files Browse the repository at this point in the history
ci: Delete workaround for a fixed bug
  • Loading branch information
MartinZikmund authored Nov 26, 2022
2 parents cf46e30 + fd99316 commit f0f6f13
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 33 deletions.
1 change: 0 additions & 1 deletion build/ci/.azure-devops-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:

- template: templates/gitversion.yml
- template: templates/jdk-setup.yml
- template: templates/update-vs-components.yml

- task: NuGetToolInstaller@0
inputs:
Expand Down
2 changes: 0 additions & 2 deletions build/ci/.azure-devops-project-template-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:

- template: templates/gitversion.yml
- template: templates/jdk-setup.yml
- template: templates/update-vs-components.yml

- template: templates/install-windows-sdk.yml
parameters:
Expand Down Expand Up @@ -57,7 +56,6 @@ jobs:
- template: templates/dotnet-install.yml

- template: templates/dotnet7-mobile-install-windows.yml
- template: templates/update-vs-components.yml

- template: templates/install-windows-sdk.yml
parameters:
Expand Down
11 changes: 5 additions & 6 deletions build/ci/.azure-devops-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- template: templates/gitversion.yml
- template: templates/dotnet-install.yml
- template: templates/jdk-setup.yml
- template: templates/update-vs-components.yml

- task: MSBuild@1
inputs:
Expand Down Expand Up @@ -93,13 +92,13 @@ jobs:
matrix:
UWP:
UNO_UWP_BUILD: true
XAML_FLAVOR_BUILD: UWP
XAML_FLAVOR_BUILD: UWP

# Disabled as tests explicitly use UWP types.
# Will be migrated once the whole tree is moved to WinUI
# WinUI:
# UNO_UWP_BUILD: false
# XAML_FLAVOR_BUILD: WinUI
# XAML_FLAVOR_BUILD: WinUI

variables:
CombinedConfiguration: Release|Any CPU
Expand All @@ -114,17 +113,17 @@ jobs:

- template: templates/dotnet-install.yml
- template: templates/download-winui-converted-tree.yml

- task: DownloadBuildArtifacts@0
displayName: Download build artifact
inputs:
artifactName: 'NugetPackages-Artifacts-reference'
downloadPath: '$(Agent.WorkFolder)'
downloadPath: '$(Agent.WorkFolder)'

- task: ExtractFiles@1
displayName: Restore binaries structure
inputs:
archiveFilePatterns: '$(Agent.WorkFolder)/NugetPackages-Artifacts*/*-bin-$(XAML_FLAVOR_BUILD).zip'
archiveFilePatterns: '$(Agent.WorkFolder)/NugetPackages-Artifacts*/*-bin-$(XAML_FLAVOR_BUILD).zip'
destinationFolder: $(build.sourcesdirectory)
cleanDestinationFolder: false
overwriteExistingFiles: true
Expand Down
24 changes: 0 additions & 24 deletions build/ci/templates/update-vs-components.yml

This file was deleted.

0 comments on commit f0f6f13

Please sign in to comment.