Skip to content

Commit 2b5560f

Browse files
authored
[ci] Ensure all namespaces are verified in published-namespaces.txt. (#558)
1 parent 3ffb1ac commit 2b5560f

File tree

3 files changed

+556
-0
lines changed

3 files changed

+556
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
dotnet tool update --global boots --version $(BootsVersion)
6969
boots --url $(LegacyXamarinAndroidVsix) --downgrade-first
7070
condition: eq(variables['System.JobName'], 'windows')
71+
72+
postBuildSteps:
73+
- pwsh: |
74+
dotnet cake utilities.cake -t=verify-namespace-file
7175
tools:
7276
- 'xamarin.androidbinderator.tool': '$(AndroidBinderatorVersion)'
7377
- 'xamarin.androidx.migration.tool': '$(AndroidXMigrationVersion)'

0 commit comments

Comments
 (0)