mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
parent
76b3198282
commit
9847675095
|
@ -95,17 +95,17 @@ jobs:
|
||||||
cd scripts
|
cd scripts
|
||||||
python mk_nuget_task.py ../tmp $(z3Version) $(Build.SourceVersion)
|
python mk_nuget_task.py ../tmp $(z3Version) $(Build.SourceVersion)
|
||||||
cd ..
|
cd ..
|
||||||
- task: NuGetCommand@2
|
# - task: NuGetCommand@2
|
||||||
inputs:
|
# inputs:
|
||||||
command: pack
|
# command: pack
|
||||||
packagesToPack: scripts/out/*.nuspec
|
# packagesToPack: scripts/out/*.nuspec
|
||||||
packDestination: $(Build.ArtifactStagingDirectory)
|
# packDestination: $(Build.ArtifactStagingDirectory)
|
||||||
- task: NuGetCommand@2
|
# - task: NuGetCommand@2
|
||||||
inputs:
|
# inputs:
|
||||||
command: 'pack'
|
# command: 'pack'
|
||||||
packagesToPack: scripts/out/*.nuspec
|
# packagesToPack: scripts/out/*.nuspec
|
||||||
includesymbols: true
|
# includesymbols: true
|
||||||
packDestination: $(Build.ArtifactStagingDirectory)
|
# packDestination: $(Build.ArtifactStagingDirectory)
|
||||||
|
|
||||||
# Not available as a task?
|
# Not available as a task?
|
||||||
# - script: |
|
# - script: |
|
||||||
|
|
|
@ -2184,7 +2184,7 @@ void cmd_context::dt_eh::operator()(sort * dt, pdecl* pd) {
|
||||||
m_owner.insert(a);
|
m_owner.insert(a);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!m_owner.m_scopes.empty()) {
|
if (!m_owner.m_scopes.empty() && !m_owner.m_global_decls) {
|
||||||
m_owner.pm().inc_ref(pd);
|
m_owner.pm().inc_ref(pd);
|
||||||
m_owner.m_psort_inst_stack.push_back(pd);
|
m_owner.m_psort_inst_stack.push_back(pd);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue