We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27893c4 commit 9335243Copy full SHA for 9335243
.yamato/build.yml
@@ -11,9 +11,9 @@ build:
11
scripts\Build.ps1
12
scripts\Test.ps1 -Yamato
13
14
- dotnet tool install --tool-path . nbgv
+ try { dotnet tool install -g nbgv } catch {}
15
Push-Location src\com.unity.git.api
16
- $version = ..\..\nbgv get-version -f json | ConvertFrom-Json
+ $version = nbgv get-version -f json | ConvertFrom-Json
17
Pop-Location
18
19
Write-Output "Packaging version $($version.AssemblyInformationalVersion)"
0 commit comments