Skip to content

Commit 2978506

Browse files
committed
try fix ps1 script
1 parent 4ce8f24 commit 2978506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nuget/pack.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)