зеркало из https://github.com/microsoft/v8-jsi.git
Include PDBs in the win32 NuGet to match prior behavior (#38)
This commit is contained in:
Родитель
bf61bc99f1
Коммит
88de1d4d2f
|
@ -100,9 +100,11 @@ jobs:
|
|||
Desktop:
|
||||
NuGetId: ReactNative.V8Jsi.Windows
|
||||
NuGetExcludeExtensions: ipdb
|
||||
NuGetIncludeSymbols: false
|
||||
Universal:
|
||||
NuGetId: ReactNative.V8Jsi.Windows.UWP
|
||||
NuGetExcludeExtensions: pdb
|
||||
NuGetIncludeSymbols: true
|
||||
steps:
|
||||
- checkout: none
|
||||
|
||||
|
@ -135,7 +137,7 @@ jobs:
|
|||
buildProperties: Id=$(NuGetId);CommitId=$(Build.SourceVersion);nugetroot=$(System.DefaultWorkingDirectory)\V8Jsi;RepoUri=$(Build.Repository.Uri);VersionDetails=$(VersionDetails);NuGetExcludeExtensions=$(NuGetExcludeExtensions)
|
||||
versioningScheme: byEnvVar
|
||||
versionEnvVar: Version
|
||||
includeSymbols: true
|
||||
includeSymbols: $(NuGetIncludeSymbols)
|
||||
|
||||
- pwsh: |
|
||||
if ((Get-ChildItem $(System.DefaultWorkingDirectory)\NugetRootFinal\*nupkg).Count -lt 1) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"version": "0.64.6",
|
||||
"version": "0.64.7",
|
||||
"v8ref": "refs/branch-heads/8.7"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче