Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Invalid URI: The format of the URI could not be determined. #122

@mak1453

Description

@mak1453

Hi,

I am using CoApp Developer Tools to package C++ libraries. Power Shell 3 is already installed on the system. When I run :
Write-NuGetPackage .\cpptest.autopkg
**
The error I am getting : **Invalid URI: The format of the URI could not be determined.

Can some one please help me with this? I have been trying tackle down this problem but no luck so far. I tried it with different versions of Nuget (2.5, 2.8, 3.3, etc). Here is the content of the .autopkg file:

nuget {
    nuspec {
        id = cppTestLIB;
        version : 1.0.0.0;
        title: C++ TEST LIB;
        authors: {Some body};
        owners: {Some body;
        licenseUrl: "None";
        projectUrl: "https://casablanca.codeplex.com/";
        iconUrl: "https://download-codeplex.sec.s-msft.com/Download?ProjectName=casablanca&DownloadId=630102&Build=20425";
        requireLicenseAcceptance:false;
        summary: This is a test project ;
        releaseNotes: "Release of C++ libraries.";
        copyright: Copyright 2016;
        tags: { TEST, native, CoApp };
    }
    files {

        [x64,v120,release] {
            bin: { Release\*.dll };
        }

    }

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions