We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe466f commit ef36b25Copy full SHA for ef36b25
pipelines/productionBuild.yml
@@ -64,6 +64,14 @@ extends:
64
script: |
65
echo "##vso[task.setvariable variable=JAVA_HOME]$(JAVA_HOME_11_X64)"
66
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
75
- powershell: |
76
dotnet workload install android macos ios maccatalyst
77
displayName: 'Install needed dotnet workloads'
0 commit comments