mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Jfleisher/nightlynuget (#5916)
* WiP: Test nightly version number change * Fix debug assert * WiP: test nuget publish to AzDo feed for nightly build * WiP: Make Nuget deploy separate stage * WiP: fix nightly stage name * change nuget push to vstsfeed * Try case sensitive name for artifacts * WiP: use artifact folder names * add Rev version to package * WiP: build def variation on nightly build version * WiP: use Build_BuildNumber and Build_DefinitionName * WiP: using hyphen in nightly version * Tag nightly packages with datetime * fix commit * Build.BuildId and Build.DefinitionName * WiP: change suffix format to lead with alpha * test z3public feed publish * revert public publish test * WiP: test build# versioning scheme * WiP: another variant on version number for nightly Co-authored-by: jfleisher <jofleish@microsoft.com> Co-authored-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
815c971c9a
commit
ce04c16a6f
2 changed files with 60 additions and 10 deletions
|
@ -405,7 +405,7 @@ namespace Microsoft.Z3
|
|||
|
||||
internal NativeSolver(NativeContext nativeCtx, Z3_solver z3solver)
|
||||
{
|
||||
Debug.Assert(nCtx != IntPtr.Zero);
|
||||
Debug.Assert(nativeCtx != null);
|
||||
Debug.Assert(z3solver != IntPtr.Zero);
|
||||
|
||||
this.ntvContext = nativeCtx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue