File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ $content = $content -replace '\$releasenotes\$',$env:APPVEYOR_REPO_COMMIT_MESSAG
1313
1414$content | Out-File $root \nuget\WpfDesigner.compiled.nuspec
1515
16- $root \nuget\nuget.exe pack $root \nuget\WpfDesigner.compiled.nuspec
16+ & $root \nuget\nuget.exe pack $root \nuget\WpfDesigner.compiled.nuspec
1717
1818$content = (Get-Content $root \NuGet\WpfDesigner.ExpressionBlendInteractionAddon.nuspec)
1919$content = $content -replace ' \$version\$' , $versionStr
2020$content = $content -replace ' \$releasenotes\$' , $env: APPVEYOR_REPO_COMMIT_MESSAGE
2121
2222$content | Out-File $root \nuget\WpfDesigner.ExpressionBlendInteractionAddon.compiled.nuspec
2323
24- $root \nuget\nuget.exe pack $root \nuget\WpfDesigner.ExpressionBlendInteractionAddon.compiled.nuspec
24+ & $root \nuget\nuget.exe pack $root \nuget\WpfDesigner.ExpressionBlendInteractionAddon.compiled.nuspec
You can’t perform that action at this time.
0 commit comments