Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 9384ef5

Browse files
authored
Merge pull request #93 from microsoft/develop
Fix build pipeline to produce new package
2 parents 0393ae5 + ee8abb4 commit 9384ef5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Pipelines/Templates/Package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
inputs:
2626
targetType: 'inline'
2727
script:
28-
$info = (Get-UnitySetupInstance | Select-UnitySetupInstance -Version $(Unity2020LTSVer)).Path + "\Editor";
28+
$info = "$env:Unity2020LTS" + "\Editor";
2929
Write-Output "##vso[task.setvariable variable=unityLocation;]$info"
3030
- script: python tools\unity_package.py -u "$(unityLocation)" -s $(Pipeline.Workspace) -o "$(Pipeline.Workspace)\unity" -v $(PackageVersion)
3131
displayName: Building Unity Package

Source/External/googletest

Submodule googletest updated 288 files

cgmanifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"component": {
66
"type": "git",
77
"git": {
8-
"commitHash": "8697709e0308af4cd5b09dc108480804e5447cf0",
8+
"commitHash": "f8d7d77c06936315286eb55f8de22cd23c188571",
99
"repositoryUrl": "https://github.com/google/googletest.git"
1010
}
1111
}

0 commit comments

Comments
 (0)