Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/paweltruong/Cyclops-VR into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
paweltruong committed Mar 19, 2021
2 parents b947143 + f40ca88 commit 7e9fee9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions azure-pipelines.yml
Expand Up @@ -11,6 +11,8 @@ pool:
demands: Unity_2020.2.1f1

steps:
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
lfs: true

- task: UnityBuildTask@3
inputs:
Expand All @@ -21,11 +23,11 @@ steps:
outputPath: '$(Build.BinariesDirectory)'
outputFileName: 'CyclopsVR_WIN'

- task: UnityTestTask@1
inputs:
unityEditorsPathMode: 'specify'
customUnityEditorsPath: 'C:\Program Files'
unityProjectPath: 'CyclopsVR'
#- task: UnityTestTask@1
# inputs:
# unityEditorsPathMode: 'specify'
# customUnityEditorsPath: 'C:\Program Files'
# unityProjectPath: 'CyclopsVR'

- task: ArchiveFiles@1
inputs:
Expand Down

0 comments on commit 7e9fee9

Please sign in to comment.