File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if (!(Test-Path .\nuget.exe)) {
2828}
2929
3030# get tools
31- .\nuget.exe install - excludeversion SignClient - Version 0.5 . 0 - beta4 - pre - outputdirectory packages
31+ .\nuget.exe install - excludeversion SignClient - Version 0.7 . 0 - outputdirectory packages
3232.\nuget.exe install - excludeversion JetBrains.dotCover.CommandLineTools - pre - outputdirectory packages
3333.\nuget.exe install - excludeversion gitversion.commandline - pre - outputdirectory packages
3434.\nuget.exe install - excludeversion xunit.runner.console - pre - outputdirectory packages
@@ -75,7 +75,7 @@ if($hasSignClientSecret) {
7575 foreach ($nupkg in $nupgks ) {
7676 Write-Host " Submitting $nupkg for signing"
7777
78- dotnet $signClientAppPath ' zip ' - c $signClientSettings - i $nupkg - s $env: SignClientSecret - n ' Ix.NET' - d ' Interactive Extensions for .NET' - u ' http://reactivex.io/'
78+ dotnet $signClientAppPath ' sign ' - c $signClientSettings - i $nupkg - s $env: SignClientSecret - n ' Ix.NET' - d ' Interactive Extensions for .NET' - u ' http://reactivex.io/'
7979
8080 if ($LastExitCode -ne 0 ) {
8181 Write-Host " Error signing $nupkg " - Foreground Red
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if (!(Test-Path .\nuget.exe)) {
2828}
2929
3030# get tools
31- .\nuget.exe install - excludeversion SignClient - Version 0.5 . 0 - beta4 - pre - outputdirectory packages
31+ .\nuget.exe install - excludeversion SignClient - Version 0.7 . 0 - outputdirectory packages
3232.\nuget.exe install - excludeversion JetBrains.dotCover.CommandLineTools - pre - outputdirectory packages
3333.\nuget.exe install - excludeversion gitversion.commandline - pre - outputdirectory packages
3434.\nuget.exe install - excludeversion xunit.runner.console - pre - outputdirectory packages
@@ -87,7 +87,7 @@ if($hasSignClientSecret) {
8787 foreach ($nupkg in $nupgks ) {
8888 Write-Host " Submitting $nupkg for signing"
8989
90- dotnet $signClientAppPath ' zip ' - c $signClientSettings - i $nupkg - s $env: SignClientSecret - n ' Rx.NET' - d ' Reactive Extensions for .NET' - u ' http://reactivex.io/'
90+ dotnet $signClientAppPath ' sign ' - c $signClientSettings - i $nupkg - s $env: SignClientSecret - n ' Rx.NET' - d ' Reactive Extensions for .NET' - u ' http://reactivex.io/'
9191
9292 if ($LastExitCode -ne 0 ) {
9393 Write-Host " Error signing $nupkg " - Foreground Red
You can’t perform that action at this time.
0 commit comments