def pack_nuget():
    with open(os.path.join(THIS_DIR, 'vcinfo'), 'wb') as vcinfo:
        vcinfo.write(vc_info.repo_rev())
    system([nuget, "pack", os.path.join(THIS_DIR, package_name + ".nuspec"),
        "-Verbosity", "detailed",
        "-Version", _get_version(),
        "-BasePath", THIS_DIR])
def pack_nuget():
    with open(os.path.join(THIS_DIR, 'vcinfo'), 'wb') as vcinfo:
        vcinfo.write(vc_info.repo_rev())
    vc_info.throw_if_modified()
    system([nuget, "pack", os.path.join(THIS_DIR, "CADCreoParametricMetaLink.nuspec"),
        "-Verbosity", "detailed",
        "-Version", _get_version(),
        "-BasePath", THIS_DIR])
def pack_nuget():
    with open(os.path.join(THIS_DIR, 'vcinfo'), 'wb') as vcinfo:
        vcinfo.write(vc_info.repo_rev())
    vc_info.throw_if_modified()
    system([nuget, "pack", os.path.join(THIS_DIR, "ExtractACM-XMLfromCreoModels.nuspec"),
        "-Verbosity", "detailed",
        "-Version", _get_version(),
        "-BasePath", THIS_DIR])
def pack_nuget():
    with open(os.path.join(THIS_DIR, 'vcinfo'), 'wb') as vcinfo:
        vcinfo.write(vc_info.repo_rev())
    system([
        nuget, "pack",
        os.path.join(THIS_DIR, package_name + ".nuspec"), "-Verbosity",
        "detailed", "-Version",
        _get_version(), "-BasePath", THIS_DIR
    ])
def pack_nuget():
    with open(os.path.join(THIS_DIR, 'vcinfo'), 'wb') as vcinfo:
        vcinfo.write(vc_info.repo_rev())
    vc_info.throw_if_modified()
    system([
        nuget, "pack",
        os.path.join(THIS_DIR, "CADCreoParametricMetaLink.nuspec"),
        "-Verbosity", "detailed", "-Version",
        _get_version(), "-BasePath", THIS_DIR
    ])
def pack_nuget():
    with open(os.path.join(THIS_DIR, 'vcinfo'), 'wb') as vcinfo:
        vcinfo.write(vc_info.repo_rev())
    vc_info.throw_if_modified()
    system([
        nuget, "pack",
        os.path.join(THIS_DIR, "ExtractACM-XMLfromCreoModels.nuspec"),
        "-Verbosity", "detailed", "-Version",
        _get_version(), "-BasePath", THIS_DIR
    ])