update
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
$fakeExe = (gci .\packages\FAKE.*\tools\FAKE.exe)[0]
|
||||
$scriptPath = (gci .\packages\PackProj.*\scripts\push-all.fsx)[0]
|
||||
|
||||
# If you use `nuget setApiKey` then set
|
||||
$apiKey = ""
|
||||
# else
|
||||
# $apikey = "XXXXXXXXXXX"
|
||||
if ($apiKey) { $apiKeyArg = "-ev api-key $apiKey" } else { $apiKeyArg = "" }
|
||||
|
||||
$source = "https://api.nuget.org/v3/index.json"
|
||||
|
||||
& $fakeExe $scriptPath -ev source $source $apiKeyArg
|
||||
@@ -1,17 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>$id$</id>
|
||||
<version>$version$</version>
|
||||
<title>$title$</title>
|
||||
<authors>$author$</authors>
|
||||
<owners>$author$</owners>
|
||||
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
|
||||
<projectUrl>https://github.com/Weingartner/System.Numerics.DoubleVectors</projectUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Copy of System.Numerics.Vectors except using double types</description>
|
||||
<releaseNotes>Moved into own namespace so as not to collide with System.Numerics</releaseNotes>
|
||||
<copyright>Copyright 2016</copyright>
|
||||
<tags>math numerics</tags>
|
||||
</metadata>
|
||||
</package>
|
||||
Binary file not shown.
Reference in New Issue
Block a user