File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
- <package id =" Hangfire.Build" version =" 0.4.3 " />
3
+ <package id =" Hangfire.Build" version =" 0.4.4 " />
4
4
<package id =" ILRepack" version =" 2.0.27" />
5
5
<package id =" psake" version =" 4.4.1" />
6
6
<package id =" RazorGenerator.MsBuild" version =" 2.5.0" />
Original file line number Diff line number Diff line change 4
4
"Any,Version=v0.0" : {
5
5
"Hangfire.Build" : {
6
6
"type" : " Direct" ,
7
- "requested" : " [0.4.3 , 0.4.3 ]" ,
8
- "resolved" : " 0.4.3 " ,
9
- "contentHash" : " Wp5SPwtlX3vXRVVGRhNKAh2kNShMqSLpmAGosgb3VUF9nxEJcEkOq0nv56p4dHwh7EGaJM35HiOD+CvUeJkLRw =="
7
+ "requested" : " [0.4.4 , 0.4.4 ]" ,
8
+ "resolved" : " 0.4.4 " ,
9
+ "contentHash" : " CCHrwgG0oSr5uPSx6ONcDpSAYkcUyEkd5EC/qS6Mb1//8dmaxYzfPP/GYGUdKoKgHI5J2/NqsrBP3MprstLPIg =="
10
10
},
11
11
"ILRepack" : {
12
12
"type" : " Direct" ,
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ services:
37
37
38
38
# Installing MSMQ manually to avoid "Cannot initialize 'msmq' service handler" error
39
39
before_build :
40
- - cmd : powershell Import-Module ServerManager; Add-WindowsFeature MSMQ; net start msmq
41
- - ps : Install-Module -Name SignPath
40
+ - cmd : pwsh Import-Module ServerManager; Add-WindowsFeature MSMQ; net start msmq
41
+ - pwsh : Install-PSResource -Name SignPath -TrustRepository
42
42
- sh : nuget locals all -clear
43
43
44
44
build_script :
Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
.nuget\NuGet.exe restore .nuget\packages.config -OutputDirectory packages -UseLockFile -LockedMode -NoCache || exit /b 666
3
- powershell .exe -NoProfile -ExecutionPolicy RemoteSigned -Command " & {Import-Module '.\packages\psake.*\tools\psake.psm1'; invoke-psake .\psake-project.ps1 %* ; if ($psake.build_success -eq $false) { exit 1 } else { exit 0 }; }"
3
+ pwsh .exe -NoProfile -ExecutionPolicy RemoteSigned -Command " & {Import-Module '.\packages\psake.*\tools\psake.psm1'; invoke-psake .\psake-project.ps1 %* ; if ($psake.build_success -eq $false) { exit 1 } else { exit 0 }; }"
4
4
exit /B %errorlevel%
Original file line number Diff line number Diff line change 1
- Include " packages\Hangfire.Build.0.4.3 \tools\psake-common.ps1"
1
+ Include " packages\Hangfire.Build.0.4.4 \tools\psake-common.ps1"
2
2
3
3
Task Default - Depends Pack
4
4
You can’t perform that action at this time.
0 commit comments