Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tasks/AzureAppServiceManageV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"version": {
"Major": 0,
"Minor": 255,
"Patch": 0
"Patch": 1
},
"minimumAgentVersion": "1.102.0",
"instanceNameFormat": "$(Action): $(WebAppName)",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureAppServiceManageV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"version": {
"Major": 0,
"Minor": 255,
"Patch": 0
"Patch": 1
},
"minimumAgentVersion": "1.102.0",
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down
3 changes: 1 addition & 2 deletions ci/build-all-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,14 @@ steps:

- script: node ./ci/check-downgrading.js --task "$(task_pattern_fordowngradingcheck)" --sprint $(currentSprint) --week $(currentSprintWeek)
displayName: Check for downgrading tasks
# remove SourceBranch condition after merging users/merlynop/node20merge-2 ; see https://github.com/microsoft/azure-pipelines-tasks/pull/20819
condition: |
and(
succeeded(),
ne(variables['numTasksForDowngradingCheck'], 0),
ne(variables['COURTESY_PUSH'], 'true'),
eq(variables['build.reason'], 'PullRequest'),
eq(variables['System.PullRequest.TargetBranch'], 'master'),
ne(variables['System.PullRequest.SourceBranch'], 'users/merlynop/node20merge-2')
not(contains(variables['BRANCH_EXCLUDED_FROM_VERSION_CHECK'], variables['System.PullRequest.SourceBranch']))
)
# Clean
Expand Down