Skip to content

Commit

Permalink
Update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
keveleigh committed Mar 22, 2022
1 parent 041232a commit 27f6625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/templates/common.yml
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 27f6625

Please sign in to comment.