File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
3434steps :
3535
3636
37+ - template : /Pipelines/Templates/license-unity.yaml
38+
3739 # Standalone x64 tasks
3840
3941 - ${{ if eq(parameters.Platform, 'Standalone') }} :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 :
5757 pool : Unity_2021.3.21f1_Pool
5858 steps :
5959 - checkout : self
60- path : MixedRealityToolkit-Unity
6160
6261 - checkout : DocToolUnityProject
6362
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments