diff --git a/pipelines/templates/common.yml b/pipelines/templates/common.yml index e41bc1444c3..14a7df0d4f1 100644 --- a/pipelines/templates/common.yml +++ b/pipelines/templates/common.yml @@ -21,7 +21,7 @@ steps: CommandLineBuildMethod: Microsoft.MixedReality.Toolkit.Build.Editor.UnityPlayerBuildTools.StartCommandLineBuild PathToProject: $(Build.Repository.LocalPath) OutputPath: $(Build.ArtifactStagingDirectory)/mrtk-build-exe-x64/${{ parameters.ProjectName }}.exe - AdditionalArguments: -sceneList "Assets/MRTK/Examples/Demos/HandTracking/Scenes/HandInteractionExamples.unity" + AdditionalArguments: -sceneList Assets/MRTK/Examples/Demos/HandTracking/Scenes/HandInteractionExamples.unity # Tests should run earlier in the process, so that engineers can get test failure # notifications earlier in the CI process. @@ -39,7 +39,7 @@ steps: CommandLineBuildMethod: Microsoft.MixedReality.Toolkit.Build.Editor.UnityPlayerBuildTools.StartCommandLineBuild PathToProject: $(Build.Repository.LocalPath) OutputPath: $(Agent.TempDirectory)/build/uwp - AdditionalArguments: -sceneList "Assets/MRTK/Examples/Demos/HandTracking/Scenes/HandInteractionExamples.unity" + AdditionalArguments: -sceneList Assets/MRTK/Examples/Demos/HandTracking/Scenes/HandInteractionExamples.unity - task: PowerShell@2 displayName: Validate build logs