This commit is contained in:
jkuehner 2021-04-07 22:31:23 +02:00
Родитель 4ce8f245ba
Коммит 2978506e04
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -13,7 +13,7 @@ $content = $content -replace '\$releasenotes\$',$env:APPVEYOR_REPO_COMMIT_MESSAG
$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 = $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
$root\nuget\nuget.exe pack $root\nuget\WpfDesigner.ExpressionBlendInteractionAddon.compiled.nuspec
& $root\nuget\nuget.exe pack $root\nuget\WpfDesigner.ExpressionBlendInteractionAddon.compiled.nuspec