Skip to content

Commit

Permalink
Update infra
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-allen-msft committed Apr 22, 2024
1 parent caa579d commit 13da4f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variables:
- name: LogLevel
value: 'All'
- name: RunIntegrationTests
value: false
value: true
- name: _InternalRuntimeDownloadArgs
value: ''
- name: Codeql.Enabled
Expand Down Expand Up @@ -52,7 +52,7 @@ stages:
displayName: Code check
pool:
name: $(DncEngPublicBuildPool)
demands: ImageOverride -equals windows.vs2022preview.amd64.open
demands: ImageOverride -equals windows.vs2022preview.amd64.scout.open
steps:
- task: NuGetCommand@2
displayName: 'Clear NuGet caches'
Expand All @@ -79,7 +79,7 @@ stages:
timeoutInMinutes: 120
pool:
name: $(DncEngPublicBuildPool)
demands: ImageOverride -equals windows.vs2022preview.amd64.open
demands: ImageOverride -equals windows.vs2022preview.amd64.scout.open
strategy:
matrix:
debug:
Expand Down

0 comments on commit 13da4f1

Please sign in to comment.