公告板
版本库
filestore
活动
搜索
登录
main
/
Haier_MES_II
海尔二期
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
补充提交
huang
2025-03-14
3450516ed847b35904c1cdda0f0a19b65511e645
[Haier_MES_II.git]
/
gmms
/
WebContent
/
static
/
AdminLTE
/
bower_components
/
bootstrap
/
nuget
/
MyGet.ps1
1
2
3
4
5
6
7
8
$nuget = $env:NuGet
# parse the version number out of package.json
$bsversion = ((Get-Content $env:SourcesPath\package.json) -join "`n" | ConvertFrom-Json).version
# 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