Skip to content

Commit 5580560

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Removed version bump script step
1 parent d909350 commit 5580560

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.14.0"
2+
".": "3.1.14"
33
}

pipelines/productionBuild.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ 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
7567
- powershell: |
7668
dotnet workload install android macos ios maccatalyst
7769
displayName: 'Install needed dotnet workloads'

0 commit comments

Comments
 (0)