try fix ps1 script
This commit is contained in:
Родитель
4ce8f245ba
Коммит
2978506e04
|
@ -13,7 +13,7 @@ $content = $content -replace '\$releasenotes\$',$env:APPVEYOR_REPO_COMMIT_MESSAG
|
||||||
|
|
||||||
$content | Out-File $root\nuget\WpfDesigner.compiled.nuspec
|
$content | Out-File $root\nuget\WpfDesigner.compiled.nuspec
|
||||||
|
|
||||||
$root\nuget\nuget.exe pack $root\nuget\WpfDesigner.compiled.nuspec
|
& $root\nuget\nuget.exe pack $root\nuget\WpfDesigner.compiled.nuspec
|
||||||
|
|
||||||
$content = (Get-Content $root\NuGet\WpfDesigner.ExpressionBlendInteractionAddon.nuspec)
|
$content = (Get-Content $root\NuGet\WpfDesigner.ExpressionBlendInteractionAddon.nuspec)
|
||||||
$content = $content -replace '\$version\$',$versionStr
|
$content = $content -replace '\$version\$',$versionStr
|
||||||
|
@ -21,4 +21,4 @@ $content = $content -replace '\$releasenotes\$',$env:APPVEYOR_REPO_COMMIT_MESSAG
|
||||||
|
|
||||||
$content | Out-File $root\nuget\WpfDesigner.ExpressionBlendInteractionAddon.compiled.nuspec
|
$content | Out-File $root\nuget\WpfDesigner.ExpressionBlendInteractionAddon.compiled.nuspec
|
||||||
|
|
||||||
$root\nuget\nuget.exe pack $root\nuget\WpfDesigner.ExpressionBlendInteractionAddon.compiled.nuspec
|
& $root\nuget\nuget.exe pack $root\nuget\WpfDesigner.ExpressionBlendInteractionAddon.compiled.nuspec
|
Загрузка…
Ссылка в новой задаче