Skip to content

Commit

Permalink
Bump CI and docs generation to use 2021.3.16f1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zee2 committed Jan 5, 2023
1 parent a103844 commit 36516dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipelines/Templates/docs.yaml
Expand Up @@ -4,7 +4,7 @@
# [Template] Generate binaries for API reference docs.

parameters:
unityDirectory: 'C:/Program Files/Unity/Hub/Editor/2021.3.3f1'
unityDirectory: 'C:/Program Files/Unity/Hub/Editor/2021.3.16f1'
docToolProjectRoot: $(Build.SourcesDirectory)/lib.doctools
mrtkProjectRoot: $(Build.SourcesDirectory)/MixedRealityToolkit-Unity
outputDirectory: $(Build.ArtifactStagingDirectory)/docs
Expand Down
4 changes: 2 additions & 2 deletions Pipelines/ci.yaml
Expand Up @@ -27,7 +27,7 @@ pr: none # disable PR validation

jobs:
- job: UnityValidation
pool: Unity_2021.3.3f1_Pool
pool: Unity_2021.3.16f1_Pool
steps:
- checkout: self

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
publishToFeed: true

- job: DocsBinariesGeneration
pool: Unity_2021.3.3f1_Pool
pool: Unity_2021.3.16f1_Pool
steps:
- checkout: self

Expand Down
6 changes: 3 additions & 3 deletions Pipelines/pr.yaml
Expand Up @@ -20,7 +20,7 @@ stages:
- stage: UnityValidation
jobs:
- job: BuildStandaloneAndTest
pool: Unity_2021.3.3f1_Pool
pool: Unity_2021.3.16f1_Pool
steps:
- checkout: self
fetchDepth: 3
Expand All @@ -33,7 +33,7 @@ stages:
RunTests: true

- job: BuildUWP
pool: Unity_2021.3.3f1_Pool
pool: Unity_2021.3.16f1_Pool
steps:
- checkout: self
fetchDepth: 3
Expand All @@ -45,7 +45,7 @@ stages:
Platform: UWP

- job: BuildAndroid
pool: Unity_2021.3.3f1_Pool
pool: Unity_2021.3.16f1_Pool
steps:
- checkout: self
fetchDepth: 3
Expand Down

0 comments on commit 36516dc

Please sign in to comment.