This commit is contained in:
bradphelan
2017-07-04 16:03:23 +02:00
parent 32581d9c75
commit 263d1bb159
3 changed files with 0 additions and 29 deletions
-12
View File
@@ -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.