File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ parameters:
33
44steps :
55- ${{ if ne(variables['Build.Reason'], 'PullRequest') }} :
6- - ${{ if parameters.unityProject }} :
6+ - ${{ if eq( parameters.unityProject, 'true') }} :
77 - bash : |
88 npm pack
99 tarball=$(npm list — depth 0 | sed "s/@/-/g; s/ .*/.tgz/g; 1q;")
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ parameters:
66 unityVersion : ' '
77
88steps :
9- - ${{ if parameters.unityProject }} :
9+ - ${{ if if eq( parameters.unityProject, 'true') }} :
1010 - powershell : |
1111 Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
1212 Install-Module UnitySetup -Scope CurrentUser -Force
5555 configuration : ${{ parameters.msBuildConfiguration }}
5656 maximumCpuCount : true
5757 msbuildArchitecture : x64
58- ${{ if parameters.unityProject }} :
58+ ${{ if if eq( parameters.unityProject, 'true') }} :
5959 msbuildArgs : /p:UnityEditorAssembliesPath="$(Unity.Path)Editor/Data/Managed/"
You can’t perform that action at this time.
0 commit comments