summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/nuget/MyGet.ps1
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2016-07-30 17:56:26 -0400
committerThomas Park <thomas@thomaspark.co>2016-07-30 17:56:26 -0400
commit4b0d3762f309326a6d66fa4ea18945a7fc11f8ef (patch)
tree200dec9f06653572a265432575829df3c0003ca3 /bower_components/bootstrap/nuget/MyGet.ps1
parent316f055624e046b4a23dc9a35629b87b1be8f58e (diff)
update to v3.3.7
Diffstat (limited to 'bower_components/bootstrap/nuget/MyGet.ps1')
-rw-r--r--bower_components/bootstrap/nuget/MyGet.ps16
1 files changed, 3 insertions, 3 deletions
diff --git a/bower_components/bootstrap/nuget/MyGet.ps1 b/bower_components/bootstrap/nuget/MyGet.ps1
index ad17dea9..417d33df 100644
--- a/bower_components/bootstrap/nuget/MyGet.ps1
+++ b/bower_components/bootstrap/nuget/MyGet.ps1
@@ -1,8 +1,8 @@
$nuget = $env:NuGet
-#parse the version number out of package.json
+# parse the version number out of package.json
$bsversion = ((Get-Content $env:SourcesPath\package.json) -join "`n" | ConvertFrom-Json).version
-#create packages
+# create packages
& $nuget pack "nuget\bootstrap.nuspec" -Verbosity detailed -NonInteractive -NoPackageAnalysis -BasePath $env:SourcesPath -Version $bsversion
-& $nuget pack "nuget\bootstrap.less.nuspec" -Verbosity detailed -NonInteractive -NoPackageAnalysis -BasePath $env:SourcesPath -Version $bsversion \ No newline at end of file
+& $nuget pack "nuget\bootstrap.less.nuspec" -Verbosity detailed -NonInteractive -NoPackageAnalysis -BasePath $env:SourcesPath -Version $bsversion