Skip to content

Commit

Permalink
Fix for build pipeline to allow agent pool selection (#3442)
Browse files Browse the repository at this point in the history
* Fixed bug with force reindex and when no work to be done.

* Changing logic for is searchable to look for true instead of false when gathering possible search parameters to reindex.

* Added sanity check.

* Reverted is sortable as it includes more into the search instead of less.

* Fixed proper status setting.

* Removed unused call to complete status for search parameters.

* Fixed test that needed to get updated from change.

* Added variable to set pool for windows agents

* Removed this as it is a different pr and not related to this issue.
  • Loading branch information
PTaladay authored Jul 31, 2023
1 parent 965410a commit 406d8e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ stages:
- job: Windows_dotnet7
pool:
vmImage: $(WindowsVmImage)
name: '$(DefaultWindowsPool)'
steps:
- template: ./jobs/build.yml
parameters:
Expand Down Expand Up @@ -69,6 +70,7 @@ stages:
- job: Guardian
pool:
vmImage: 'windows-latest'
name: '$(DefaultWindowsPool)'
steps:
- template: ./jobs/analyze.yml

Expand Down

0 comments on commit 406d8e9

Please sign in to comment.