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 d909350 commit 5580560Copy full SHA for 5580560
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "3.14.0"
+ ".": "3.1.14"
3
}
pipelines/productionBuild.yml
@@ -64,14 +64,6 @@ 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