Skip to content

Commit ef36b25

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Reenabled validate update version step
1 parent cfe466f commit ef36b25

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pipelines/productionBuild.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ extends:
6464
script: |
6565
echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)"
6666
echo "##vso[task.setvariable variable=PATH]$(JAVA_HOME_11_X64)\bin;$(PATH)"
67+
- task: PowerShell@2
68+
displayName: 'Validate updated version'
69+
inputs:
70+
targetType: filePath
71+
filePath: 'scripts\ValidateUpdatedNugetVersion.ps1'
72+
arguments: '-packageName "$(PACKAGE_NAME)" -projectPath "$(PROJECT_PATH)"'
73+
pwsh: true
74+
enabled: true
6775
- powershell: |
6876
dotnet workload install android macos ios maccatalyst
6977
displayName: 'Install needed dotnet workloads'

0 commit comments

Comments
 (0)