Skip to content

Commit

Permalink
Feature/fix supported version (#184)
Browse files Browse the repository at this point in the history
* update

* test
  • Loading branch information
lturmel authored Dec 8, 2023
1 parent 2c5fee2 commit 970d632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci-vstsdashboardbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ stages:
succeeded(),
or(
eq(variables['build.sourceBranch'], 'refs/heads/master')
, eq(variables['build.sourceBranch'], 'refs/heads/feature/*')
, eq(variables['build.sourceBranch'], 'refs/heads/feature/fix-supported-version')
, eq(variables['build.sourceBranch'], 'refs/heads/Issue0170b')
, eq(variables['build.sourceBranch'], 'refs/heads/Delivery/*')
)
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"categories": ["Azure Pipelines"],
"targets": [
{ "id": "Microsoft.VisualStudio.Services.Cloud" },
{ "id": "Microsoft.TeamFoundation.Server", "version": "[19.205,)" }
{ "id": "Microsoft.TeamFoundation.Server", "version": "[19.0,)" }
],
"demands": [
"api-version/5.1"
Expand Down

0 comments on commit 970d632

Please sign in to comment.