Skip to content

Commit e25a7a8

Browse files
authored
Update all builds to work without tool repo (#941)
1 parent f579438 commit e25a7a8

5 files changed

Lines changed: 8 additions & 9 deletions

File tree

Pipelines/Templates/1ES/unity.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ parameters:
1616

1717
- name: PathToProject
1818
type: string
19-
default: $(Build.SourcesDirectory)/UnityProjects/MRTKDevTemplate
19+
default: $(Build.SourcesDirectory)/MixedRealityToolkit-Unity/UnityProjects/MRTKDevTemplate
2020

2121
- name: RunTests
2222
type: boolean
@@ -34,6 +34,8 @@ parameters:
3434
steps:
3535

3636

37+
- template: /Pipelines/Templates/license-unity.yaml
38+
3739
# Standalone x64 tasks
3840

3941
- ${{ if eq(parameters.Platform, 'Standalone') }}:

Pipelines/Templates/unity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ parameters:
1616

1717
- name: PathToProject
1818
type: string
19-
default: $(Build.SourcesDirectory)/UnityProjects/MRTKDevTemplate
19+
default: $(Build.SourcesDirectory)/MixedRealityToolkit-Unity/UnityProjects/MRTKDevTemplate
2020

2121
- name: RunTests
2222
type: boolean

Pipelines/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pool: Unity_2021.3.21f1_Pool
2828
steps:
2929
- checkout: self
30-
path: MixedRealityToolkit-Unity
30+
- checkout: DocToolUnityProject
3131

3232
- task: ComponentGovernanceComponentDetection@0
3333
inputs:
@@ -57,7 +57,6 @@ jobs:
5757
pool: Unity_2021.3.21f1_Pool
5858
steps:
5959
- checkout: self
60-
path: MixedRealityToolkit-Unity
6160

6261
- checkout: DocToolUnityProject
6362

Pipelines/pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,31 @@ stages:
1616
steps:
1717
- checkout: self
1818
fetchDepth: 3
19-
path: MixedRealityToolkit-Unity
2019

2120
- template: Templates/unity.yaml
2221
parameters:
2322
Platform: Standalone
2423
RunTests: true
24+
PathToProject: $(Build.SourcesDirectory)/UnityProjects/MRTKDevTemplate
2525

2626
- job: BuildUWP
2727
pool: Unity_2021.3.21f1_Pool
2828
steps:
2929
- checkout: self
3030
fetchDepth: 3
31-
path: MixedRealityToolkit-Unity
3231

3332
- template: Templates/unity.yaml
3433
parameters:
3534
Platform: UWP
35+
PathToProject: $(Build.SourcesDirectory)/UnityProjects/MRTKDevTemplate
3636

3737
- job: BuildAndroid
3838
pool: Unity_2021.3.21f1_Pool
3939
steps:
4040
- checkout: self
4141
fetchDepth: 3
42-
path: MixedRealityToolkit-Unity
4342

4443
- template: Templates/unity.yaml
4544
parameters:
4645
Platform: Android
46+
PathToProject: $(Build.SourcesDirectory)/UnityProjects/MRTKDevTemplate

Pipelines/rc.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ extends:
7272
- checkout: self
7373
- checkout: DocToolUnityProject
7474

75-
- powershell: Get-ChildItem -Path $(Build.SourcesDirectory) -recurse
76-
displayName: 'Initial source tree'
7775

7876
- pwsh: Install-Module PowerShellGet -Force
7977
displayName: Update PowerShellGet

0 commit comments

Comments
 (0)